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 /config | |
parent | 45b307180542b422529ca26d00af9c65270e068a (diff) |
+ yet more *FLAGS madness
svn path=/trunk/externals/moocow/pdstring/; revision=11174
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.in b/config/Makefile.in index a8a1b93..dd1b8ff 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -57,7 +57,6 @@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ -AM_CPPFLAGS = @AM_CPPFLAGS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -155,6 +154,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ DEXT = @PDEXT@ SUFFIXES = .@PDEXT@ .pod .txt .html +AM_CPPFLAGS = $(EXTRA_CPPFLAGS) EXTRA_DIST = \ $(PODS) \ $(PODS:.pod=.txt) \ |