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