diff src/Makefile.am @ 6360:2e23ccbccdec

[gaim-migrate @ 6864] Lots of Makefile.am and configure.ac fixes from Robot101. Doumo arigatou, Mr. Roboto! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 03 Aug 2003 09:47:15 +0000
parents fcc28f5dd0c8
children 8f94cce8faa5
line wrap: on
line diff
--- 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)