comparison libgaim/protocols/qq/Makefile.am @ 14286:a0394e417fab

[gaim-migrate @ 16972] iirc, you shouldn't call the functions in prefix.h directly as they might not exist. also add DATADIR to Makefile.am so EvilDennisR can find something else to complain about. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Tue, 22 Aug 2006 05:52:03 +0000
parents 60b1bc8dbf37
children 8ff8f1c897b5
comparison
equal deleted inserted replaced
14285:baf9f997746c 14286:a0394e417fab
90 90
91 endif 91 endif
92 92
93 AM_CPPFLAGS = \ 93 AM_CPPFLAGS = \
94 -I$(top_srcdir)/libgaim \ 94 -I$(top_srcdir)/libgaim \
95 -DVERSION=\"$(VERSION)\" \ 95 -DVERSION=\"$(VERSION)\" \
96 $(DEBUG_CFLAGS) \ 96 -DDATADIR=\"$(datadir)\" \
97 $(GLIB_CFLAGS) \ 97 $(DEBUG_CFLAGS) \
98 $(GLIB_CFLAGS) \
98 $(GAIM_CFLAGS) 99 $(GAIM_CFLAGS)