diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/Makefile.in | 10 |
2 files changed, 6 insertions, 6 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 diff --git a/src/Makefile.in b/src/Makefile.in index d3e7e39..df78ec6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -147,11 +147,6 @@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ - -#----------------------------------------------------------------------- -# Paths, etc. -#----------------------------------------------------------------------- -AM_CPPFLAGS = -I$(top_srcdir)/common AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -249,6 +244,11 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ DEXT = @PDEXT@ SUFFIXES = .@PDEXT@ .pod .txt .html + +#----------------------------------------------------------------------- +# Paths, etc. +#----------------------------------------------------------------------- +AM_CPPFLAGS = $(EXTRA_CPPFLAGS) -I$(top_srcdir)/common EXTRA_DIST = \ $(PODS) \ $(PODS:.pod=.txt) \ |