comparison src/protocols/qq/Makefile.am @ 14057:44b42bb2c5f8

[gaim-migrate @ 16671] Removed an unused gaim_prefs string for "datadir" and the corresponding DATADIR definition. Both of these should have been removed with the ip_location code. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Tue, 08 Aug 2006 01:12:58 +0000
parents 25fd9539c9cf
children
comparison
equal deleted inserted replaced
14056:25fd9539c9cf 14057:44b42bb2c5f8
90 90
91 endif 91 endif
92 92
93 AM_CPPFLAGS = \ 93 AM_CPPFLAGS = \
94 -I$(top_srcdir)/src \ 94 -I$(top_srcdir)/src \
95 -DDATADIR=\"${datadir}\" \
96 -DVERSION=\"$(VERSION)\" \ 95 -DVERSION=\"$(VERSION)\" \
97 $(DEBUG_CFLAGS) \ 96 $(DEBUG_CFLAGS) \
98 $(GLIB_CFLAGS) \ 97 $(GLIB_CFLAGS) \
99 $(GAIM_CFLAGS) 98 $(GAIM_CFLAGS)