diff src/Makefile.am @ 7168:282887c9e3dc

[gaim-migrate @ 7735] Added support for startup notification for those window managers that support it. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 06 Oct 2003 00:17:45 +0000
parents 2b99c950b817
children fa011d609c54
line wrap: on
line diff
--- a/src/Makefile.am	Sun Oct 05 23:50:40 2003 +0000
+++ b/src/Makefile.am	Mon Oct 06 00:17:45 2003 +0000
@@ -171,7 +171,8 @@
 	$(XSS_LIBS) \
 	$(SM_LIBS) \
 	$(INTLLIBS) \
-	$(GTKSPELL_LIBS)
+	$(GTKSPELL_LIBS) \
+	$(STARTUP_NOTIFICATION_LIBS)
 
 gaim_remote_SOURCES = \
 	gaim-remote.c
@@ -190,4 +191,5 @@
 	$(AO_CFLAGS) \
 	$(DEBUG_CFLAGS) \
 	$(GTK_CFLAGS) \
-	$(GTKSPELL_CFLAGS)
+	$(GTKSPELL_CFLAGS) \
+	$(STARTUP_NOTIFICATION_CFLAGS)