Revision 18723,
895 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18722,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | |
---|
2 | INCLUDES=$(LIBSN_CFLAGS) -I$(top_srcdir) -DSN_API_NOT_YET_FROZEN=1 |
---|
3 | |
---|
4 | noinst_PROGRAMS= \ |
---|
5 | test-launcher \ |
---|
6 | test-launchee \ |
---|
7 | test-monitor \ |
---|
8 | test-send-xmessage \ |
---|
9 | test-watch-xmessages |
---|
10 | |
---|
11 | test_launcher_SOURCES= test-launcher.c |
---|
12 | |
---|
13 | test_launcher_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la |
---|
14 | |
---|
15 | test_launchee_SOURCES= test-launchee.c |
---|
16 | |
---|
17 | test_launchee_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la |
---|
18 | |
---|
19 | test_monitor_SOURCES= test-monitor.c |
---|
20 | |
---|
21 | test_monitor_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la |
---|
22 | |
---|
23 | test_send_xmessage_SOURCES= test-send-xmessage.c |
---|
24 | |
---|
25 | test_send_xmessage_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la |
---|
26 | |
---|
27 | test_watch_xmessages_SOURCES= test-watch-xmessages.c |
---|
28 | |
---|
29 | test_watch_xmessages_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la |
---|
30 | |
---|
31 | EXTRA_DIST=test-boilerplate.h |
---|
Note: See
TracBrowser
for help on using the repository browser.