comparison src/protocols/qq/Makefile.am @ 14056:25fd9539c9cf

[gaim-migrate @ 16670] Eliminated calls to bindtextdomain() and bind_textdomain_codeset(), which have already and more appropriately been called in gtkmain.c. Also removed the definition of LOCALEDIR, which is no longer needed. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Tue, 08 Aug 2006 01:02:56 +0000
parents f78289db8977
children 44b42bb2c5f8
comparison
equal deleted inserted replaced
14055:44e1bf83dadf 14056:25fd9539c9cf
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}\" \ 95 -DDATADIR=\"${datadir}\" \
96 -DLOCALEDIR=\"${datadir}/locale\" \
97 -DVERSION=\"$(VERSION)\" \ 96 -DVERSION=\"$(VERSION)\" \
98 $(DEBUG_CFLAGS) \ 97 $(DEBUG_CFLAGS) \
99 $(GLIB_CFLAGS) \ 98 $(GLIB_CFLAGS) \
100 $(GAIM_CFLAGS) 99 $(GAIM_CFLAGS)