src/Makefile.am

changeset 6360
c2bfe65b200c
parent 6198
8be5d3e84233
child 6371
e92b66ee5518
--- a/src/Makefile.am	Sun Aug 03 02:21:39 2003 +0000
+++ b/src/Makefile.am	Sun Aug 03 09:47:15 2003 +0000
@@ -156,11 +156,13 @@
 	-L$(top_builddir)/plugins/gaim-remote -lgaim-remote
 
 AM_CPPFLAGS = \
-	$(GTKSPELL_CFLAGS) \
+	-DDATADIR=\"$(datadir)\" \
+	-DLIBDIR=\"$(libdir)/gaim/\" \
+	-DLOCALEDIR=\"$(datadir)/locale\" \
+	-I$(top_srcdir) \
+	-I$(top_srcdir)/plugins \
 	$(AUDIOFILE_CFLAGS) \
 	$(AO_CFLAGS) \
-	-DLOCALEDIR=\"$(datadir)/locale\" \
-	-DLIBDIR=\"$(libdir)/gaim/\" \
-	-DDATADIR=\"$(datadir)\" \
 	$(DEBUG_CFLAGS) \
-	-I$(top_srcdir)/plugins
+	$(GTK_CFLAGS) \
+	$(GTKSPELL_CFLAGS)

mercurial