aboutsummaryrefslogtreecommitdiff
path: root/deque/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'deque/src/Makefile.in')
-rw-r--r--deque/src/Makefile.in10
1 files changed, 5 insertions, 5 deletions
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) \