aboutsummaryrefslogtreecommitdiff
path: root/gint.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gint.mk')
-rw-r--r--gint.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/gint.mk b/gint.mk
index 74b20ca..7befe5e 100644
--- a/gint.mk
+++ b/gint.mk
@@ -25,6 +25,8 @@ ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_L
SUFFIXES += .x
+snarfcppopts = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+
if GINT_COND_DOC
EXTRA_DIST += guile-procedures.texi guile-procedures.txt
@@ -39,8 +41,6 @@ DISTCLEANFILES += \
SUFFIXES += .doc
-snarfcppopts = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-
if GINT_COND_SNARF_DOC_FILTER
GUILE_DOC_SNARF=$(top_builddir)/$(GINT_MODULE_DIR)/snarf-doc-filter --snarfer
else

Return to:

Send suggestions and report system problems to the System administrator.