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 | 67b63ce6c08bffaea091063e8f106a81eb456bc6 (patch) | |
tree | 8e134b06d19c3ea2262abc2059510f2fd5e0a844 /weightmap/src | |
parent | 0eeb1dc9455f8976a988e218bec446fdba5574fe (diff) |
+ yet more *FLAGS madness
svn path=/trunk/externals/moocow/; revision=11174
Diffstat (limited to 'weightmap/src')
-rw-r--r-- | weightmap/src/Makefile.am | 2 | ||||
-rw-r--r-- | weightmap/src/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/weightmap/src/Makefile.am b/weightmap/src/Makefile.am index 235e9bb..329fe6b 100644 --- a/weightmap/src/Makefile.am +++ b/weightmap/src/Makefile.am @@ -36,4 +36,4 @@ pddoc_DATA = weightmap-help.pd weightmap_SOURCES = weightmap.c $(top_srcdir)/common/mooPdUtils.h -AM_CPPFLAGS = -I$(top_srcdir)/common +AM_CPPFLAGS += -I$(top_srcdir)/common diff --git a/weightmap/src/Makefile.in b/weightmap/src/Makefile.in index ae55886..6011219 100644 --- a/weightmap/src/Makefile.in +++ b/weightmap/src/Makefile.in @@ -92,7 +92,6 @@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ -AM_CPPFLAGS = -I$(top_srcdir)/common AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -190,6 +189,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ DEXT = @PDEXT@ SUFFIXES = .@PDEXT@ .pod .txt .html +AM_CPPFLAGS = $(EXTRA_CPPFLAGS) -I$(top_srcdir)/common EXTRA_DIST = \ $(PODS) \ $(PODS:.pod=.txt) \ |