diff options
Diffstat (limited to 'gfsm/config')
-rw-r--r-- | gfsm/config/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfsm/config/Makefile.in b/gfsm/config/Makefile.in index 01c1f04..b5548d2 100644 --- a/gfsm/config/Makefile.in +++ b/gfsm/config/Makefile.in @@ -60,7 +60,6 @@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ -AM_CPPFLAGS = @AM_CPPFLAGS@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ @@ -190,6 +189,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ DEXT = @PDEXT@ SUFFIXES = .@PDEXT@ .pod .txt .html +AM_CPPFLAGS = $(EXTRA_CPPFLAGS) EXTRA_DIST = \ $(PODS) \ $(PODS:.pod=.txt) \ |