summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-06 14:53:10 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-06 14:53:10 +0000
commit7cee9fc5b01343c14c8d2b1ecc8c4252754cd896 (patch)
tree35040b9ab9a404e52a188f6860a765a2b5c2842b /Makefile.am
parent9a3b8408473f7daeb0d2de8205c30b44ea5c5ee0 (diff)
downloadpcre-7cee9fc5b01343c14c8d2b1ecc8c4252754cd896.tar.gz
Updated comments in configure.ac that end up in config.h.in, and arrange for
config.h to be distributed (compare pcre.h). git-svn-id: svn://vcs.exim.org/pcre/code/trunk@100 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2cd1025..906cd01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -135,9 +135,17 @@ libpcre_la_SOURCES = \
ucp.h \
ucpinternal.h \
ucptable.h
+
+## This file is generated as part of the building process, so don't distribute.
nodist_libpcre_la_SOURCES = \
pcre_chartables.c
-EXTRA_DIST += pcre_printint.src
+
+# The pcre_printint.src file is #included by some source files, so it must be
+# distributed. In an Autotools world, config.h is generated from config.h.in,
+# but, like pcre.h, we want to include it in the distribution so that users
+# building without Autotools support have an easier time of it.
+EXTRA_DIST += pcre_printint.src config.h
+
libpcre_la_LDFLAGS = $(EXTRA_LIBPCRE_LDFLAGS)
CLEANFILES += pcre_chartables.c