changeset 14437:13422c8f74a2

[gaim-migrate @ 17151] A patch from John Bailey to get gntgaim compiling for him, although we're both running debian and it worked fine here... Well whatever, doesn't hurt my build ;) committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 04 Sep 2006 03:58:23 +0000
parents 289490ee84d1
children 01915dd6ff85
files console/libgnt/wms/Makefile.am console/plugins/Makefile.am
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/console/libgnt/wms/Makefile.am	Mon Sep 04 03:55:12 2006 +0000
+++ b/console/libgnt/wms/Makefile.am	Mon Sep 04 03:58:23 2006 +0000
@@ -17,5 +17,6 @@
 	-I$(top_srcdir)/console/libgnt \
 	$(DEBUG_CFLAGS) \
 	$(GLIB_CFLAGS) \
+	$(GNT_CFLAGS) \
 	$(PLUGIN_CFLAGS)
 
--- a/console/plugins/Makefile.am	Mon Sep 04 03:55:12 2006 +0000
+++ b/console/plugins/Makefile.am	Mon Sep 04 03:58:23 2006 +0000
@@ -25,6 +25,7 @@
 	-I$(top_srcdir)/console/libgnt \
 	$(DEBUG_CFLAGS) \
 	$(GLIB_CFLAGS) \
+	$(GNT_CFLAGS) \
 	$(PLUGIN_CFLAGS)
 
 #