comparison plugins/Makefile.am @ 6353:9b2c2495687a

[gaim-migrate @ 6852] Add -DDATADIR to the plugins Makefile.am. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 01 Aug 2003 05:23:06 +0000
parents 511003c99302
children 2e23ccbccdec
comparison
equal deleted inserted replaced
6352:3381f1a85d8f 6353:9b2c2495687a
52 fortuneprofile.pl 52 fortuneprofile.pl
53 53
54 AM_CPPFLAGS = \ 54 AM_CPPFLAGS = \
55 -I$(top_srcdir)/src \ 55 -I$(top_srcdir)/src \
56 -DVERSION=\"$(VERSION)\" \ 56 -DVERSION=\"$(VERSION)\" \
57 -DDATADIR=\"$(datadir)\" \
57 $(DEBUG_CFLAGS) \ 58 $(DEBUG_CFLAGS) \
58 $(PLUGIN_CFLAGS) 59 $(PLUGIN_CFLAGS)
59 60
60 # 61 #
61 # This part allows people to build their own plugins in here. 62 # This part allows people to build their own plugins in here.