comparison console/plugins/Makefile.am @ 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 9e9699792bb9
children ca36763497d9
comparison
equal deleted inserted replaced
14436:289490ee84d1 14437:13422c8f74a2
23 -I$(top_srcdir)/libgaim \ 23 -I$(top_srcdir)/libgaim \
24 -I$(top_srcdir)/console \ 24 -I$(top_srcdir)/console \
25 -I$(top_srcdir)/console/libgnt \ 25 -I$(top_srcdir)/console/libgnt \
26 $(DEBUG_CFLAGS) \ 26 $(DEBUG_CFLAGS) \
27 $(GLIB_CFLAGS) \ 27 $(GLIB_CFLAGS) \
28 $(GNT_CFLAGS) \
28 $(PLUGIN_CFLAGS) 29 $(PLUGIN_CFLAGS)
29 30
30 # 31 #
31 # This part allows people to build their own plugins in here. 32 # This part allows people to build their own plugins in here.
32 # Yes, it's a mess. 33 # Yes, it's a mess.