# HG changeset patch # User Gary Kramlich # Date 1157342303 0 # Node ID 13422c8f74a245b90cd9a94d88488344e48bd2b0 # Parent 289490ee84d15f3bdc59ada0e0c7430b6b779e45 [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 diff -r 289490ee84d1 -r 13422c8f74a2 console/libgnt/wms/Makefile.am --- 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) diff -r 289490ee84d1 -r 13422c8f74a2 console/plugins/Makefile.am --- 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) #