comparison plugins/Makefile.am @ 6360:2e23ccbccdec

[gaim-migrate @ 6864] Lots of Makefile.am and configure.ac fixes from Robot101. Doumo arigatou, Mr. Roboto! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 03 Aug 2003 09:47:15 +0000
parents 9b2c2495687a
children 8f94cce8faa5
comparison
equal deleted inserted replaced
6359:dfde69e105ae 6360:2e23ccbccdec
50 simple.c \ 50 simple.c \
51 gaim.pl \ 51 gaim.pl \
52 fortuneprofile.pl 52 fortuneprofile.pl
53 53
54 AM_CPPFLAGS = \ 54 AM_CPPFLAGS = \
55 -DDATADIR=\"$(datadir)\" \
56 -DVERSION=\"$(VERSION)\" \
57 -I$(top_srcdir) \
55 -I$(top_srcdir)/src \ 58 -I$(top_srcdir)/src \
56 -DVERSION=\"$(VERSION)\" \
57 -DDATADIR=\"$(datadir)\" \
58 $(DEBUG_CFLAGS) \ 59 $(DEBUG_CFLAGS) \
60 $(GTK_CFLAGS) \
59 $(PLUGIN_CFLAGS) 61 $(PLUGIN_CFLAGS)
60 62
61 # 63 #
62 # This part allows people to build their own plugins in here. 64 # This part allows people to build their own plugins in here.
63 # Yes, it's a mess. 65 # Yes, it's a mess.