source: trunk/third/startup-notification/test/Makefile.am @ 18723

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
2INCLUDES=$(LIBSN_CFLAGS) -I$(top_srcdir) -DSN_API_NOT_YET_FROZEN=1
3
4noinst_PROGRAMS=                                \
5        test-launcher                           \
6        test-launchee                           \
7        test-monitor                            \
8        test-send-xmessage                      \
9        test-watch-xmessages
10
11test_launcher_SOURCES= test-launcher.c
12
13test_launcher_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
14
15test_launchee_SOURCES= test-launchee.c
16
17test_launchee_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
18
19test_monitor_SOURCES= test-monitor.c
20
21test_monitor_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
22
23test_send_xmessage_SOURCES= test-send-xmessage.c
24
25test_send_xmessage_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
26
27test_watch_xmessages_SOURCES= test-watch-xmessages.c
28
29test_watch_xmessages_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
30
31EXTRA_DIST=test-boilerplate.h
Note: See TracBrowser for help on using the repository browser.