diff options
Diffstat (limited to 'deque/src')
-rw-r--r-- | deque/src/Makefile.am | 2 | ||||
-rw-r--r-- | deque/src/Makefile.in | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/deque/src/Makefile.am b/deque/src/Makefile.am index effa4d3..a68e9ad 100644 --- a/deque/src/Makefile.am +++ b/deque/src/Makefile.am @@ -40,4 +40,4 @@ deque_SOURCES = \ #----------------------------------------------------------------------- # flags #----------------------------------------------------------------------- -AM_CPPFLAGS = -I$(top_srcdir)/common +AM_CPPFLAGS += -I$(top_srcdir)/common diff --git a/deque/src/Makefile.in b/deque/src/Makefile.in index 8b7c23b..be9d460 100644 --- a/deque/src/Makefile.in +++ b/deque/src/Makefile.in @@ -94,11 +94,6 @@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ - -#----------------------------------------------------------------------- -# flags -#----------------------------------------------------------------------- -AM_CPPFLAGS = -I$(top_srcdir)/common AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -196,6 +191,11 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ DEXT = @PDEXT@ SUFFIXES = .@PDEXT@ .pod .txt .html + +#----------------------------------------------------------------------- +# flags +#----------------------------------------------------------------------- +AM_CPPFLAGS = $(EXTRA_CPPFLAGS) -I$(top_srcdir)/common EXTRA_DIST = \ $(PODS) \ $(PODS:.pod=.txt) \ |