summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 46399c7..8b9eb8c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,11 +2,10 @@ AM_YFLAGS = -d
 
 COMMON_CFLAGS = -Wall
 COMMON_CPPFLAGS = \
-	-include $(top_builddir)/config.h \
 	-DBSD=1 -DSHELL
 
 AM_CFLAGS = $(COMMON_CFLAGS)
-AM_CPPFLAGS = $(COMMON_CPPFLAGS)
+AM_CPPFLAGS = -include $(top_builddir)/config.h $(COMMON_CPPFLAGS)
 AM_CFLAGS_FOR_BUILD = -g -O2 $(COMMON_CFLAGS) 
 AM_CPPFLAGS_FOR_BUILD = $(COMMON_CPPFLAGS)
 
McEnroe 2013-04-24Update system configurationsJune McEnroe 2013-04-23Fix terminal colorsJune McEnroe 2013-04-14Start xcompmgrJune McEnroe 2013-04-06Drop pacman-color, regular pacman now has colorJune McEnroe 2013-04-06Restore wallpaper automaticallyJune McEnroe 2013-03-22Simplify autostartJune McEnroe 2013-02-24Default to Ruby 2.0June McEnroe 2013-01-26Make pretty riplrcJune McEnroe 2013-01-26Default to awesome sessionJune McEnroe 2013-01-26Add git promptJune McEnroe 2013-01-26Actually port awesome config to 3.5June McEnroe 2013-01-26Make pretty zshrcJune McEnroe 2013-01-26Port awesome config to 3.5June McEnroe 2013-01-26Replace RVM with chrubyJune McEnroe