diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-27 19:37:48 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-27 19:37:48 +0000 |
commit | 24a4a7fec75d33c81735c10a2d232d1cdfa52542 (patch) | |
tree | 819d0b922de7da6c7382a8643ca20ddc6bb14d76 /src/Makefile.am | |
parent | 45b307180542b422529ca26d00af9c65270e068a (diff) |
+ yet more *FLAGS madness
svn path=/trunk/externals/moocow/pdstring/; revision=11174
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 46c4b1b..902d8ae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -99,4 +99,4 @@ uninstall-local: # Paths, etc. #----------------------------------------------------------------------- -AM_CPPFLAGS = -I$(top_srcdir)/common +AM_CPPFLAGS += -I$(top_srcdir)/common |