aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-05-15 12:17:57 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2015-05-15 12:17:57 +0300
commit6ed15cc122e4f1f6281952a7b484ea038c73f816 (patch)
tree4061794595be3b1838bca38129f43080e922047e /src/Makefile.am
parent448b11b3f51873392e916eec9dbe1dd11a96c72b (diff)
downloadcfpeek-6ed15cc122e4f1f6281952a7b484ea038c73f816.tar.gz
cfpeek-6ed15cc122e4f1f6281952a7b484ea038c73f816.tar.bz2
Fix makefiles, upgrade submodules, fix docbuild
* gint: Upgrade. * grecs: Upgrade. * src/Makefile.am: Remove obsolete use of INCLUDES * doc/Makefile.am: Use Makeinfo 5 instead of texi2html * doc/Config: Rename to doc/html.init.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 061956c..0cf6a08 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of cfpeek
-# Copyright (C) 2011 Sergey Poznyakoff
+# Copyright (C) 2011,2015 Sergey Poznyakoff
#
# Cfpeek is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -28,8 +28,8 @@ cfpeek_SOURCES = \
script.c
LDADD=@GRECS_LDADD@ @GUILE_LIBS@
-INCLUDES = -I$(top_srcdir) @GRECS_INCLUDES@ @GUILE_INCLUDES@
AM_CPPFLAGS= \
+ -I$(top_srcdir) @GRECS_INCLUDES@ @GUILE_INCLUDES@\
-DDEFAULT_PREPROCESSOR="$(DEFAULT_PREPROCESSOR)"
BUILT_SOURCES = cmdline.h

Return to:

Send suggestions and report system problems to the System administrator.