aboutsummaryrefslogtreecommitdiff
path: root/gfsm/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gfsm/Makefile.in')
-rw-r--r--gfsm/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/gfsm/Makefile.in b/gfsm/Makefile.in
index 39cd028..bd77ae5 100644
--- a/gfsm/Makefile.in
+++ b/gfsm/Makefile.in
@@ -53,7 +53,8 @@ DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
$(top_srcdir)/configure COPYING
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/common/m4/ax_pd_external.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/common/m4/ax_hack_cflags.m4 \
+ $(top_srcdir)/common/m4/ax_pd_external.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
@@ -88,6 +89,7 @@ ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
+AM_CPPFLAGS = @AM_CPPFLAGS@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -113,6 +115,7 @@ ECHO_T = @ECHO_T@
EGREP = @EGREP@
ENABLE_DEBUG = @ENABLE_DEBUG@
EXEEXT = .@PDEXT@
+EXTRA_CPPFLAGS = @EXTRA_CPPFLAGS@
F77 = @F77@
FFLAGS = @FFLAGS@
GFSM_CFLAGS = @GFSM_CFLAGS@