summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnome.org>2002-10-27 14:22:20 +0000
committerAnders Carlsson <andersca@gnome.org>2002-10-27 14:22:20 +0000
commitaddd59c4015e99ea36cbf6603e36faeff75eeec7 (patch)
tree46371ff44dab8c18dfe946459f4c51410b600881
parent7b39ebd220288ca76d55f20a70fdf2a89a5a0ab3 (diff)
Use "libstartup-notification" instead of libsn.
-rw-r--r--ChangeLog4
-rw-r--r--test/Makefile.am12
2 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 917d1b7..68cca87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-27 Anders Carlsson <andersca@gnu.org>
+
+ * test/Makefile.am: Use "libstartup-notification" instead of libsn.
+
2002-10-25 Havoc Pennington <hp@pobox.com>
* libstartup-notification-1.0.pc.in (Cflags): fix -I flag
diff --git a/test/Makefile.am b/test/Makefile.am
index e721dbb..9bd3bcf 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -10,22 +10,22 @@ noinst_PROGRAMS= \
test_launcher_SOURCES= test-launcher.c
-test_launcher_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libsn-1.la
+test_launcher_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
test_launchee_SOURCES= test-launchee.c
-test_launchee_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libsn-1.la
+test_launchee_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
test_monitor_SOURCES= test-monitor.c
-test_monitor_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libsn-1.la
+test_monitor_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
test_send_xmessage_SOURCES= test-send-xmessage.c
-test_send_xmessage_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libsn-1.la
+test_send_xmessage_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
test_watch_xmessages_SOURCES= test-watch-xmessages.c
-test_watch_xmessages_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libsn-1.la
+test_watch_xmessages_LDADD= $(LIBSN_LIBS) $(top_builddir)/libsn/libstartup-notification-1.la
-EXTRA_DIST=test-boilerplate.h \ No newline at end of file
+EXTRA_DIST=test-boilerplate.h