~ctf/unity-settings-daemon/bug1389099_mic_volume_icons

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-02-07 11:44:36 UTC
  • Revision ID: package-import@ubuntu.com-20140207114436-7t5u3yvwc4ul7w3e
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_PROGRAMS = shiftkey
 
2
 
 
3
shiftkey_SOURCES = shiftkey.c
 
4
shiftkey_CFLAGS = -I$(top_builddir) $(XTEST_CFLAGS)
 
5
shiftkey_LDADD = $(XTEST_LIBS)
 
6
 
 
7
EXTRA_DIST =                    \
 
8
        gsdtestcase.py          \
 
9
        dummy.session           \
 
10
        dummyapp.desktop        \
 
11
        xorg-dummy.conf         \
 
12
        $(NULL)