summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-06 15:58:33 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-06 15:58:33 +0000
commit2e14872df408e4656dc575dd55d95ab46ff9150f (patch)
tree2c92abaa621abf78ab51f05141b959f169eeb4b2 /Makefile.am
parent89da1683acf930c388b6923b25011a902f716b44 (diff)
downloadpcre-2e14872df408e4656dc575dd55d95ab46ff9150f.tar.gz
Ensure the VP-related files are distributed.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@103 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 906cd01..557b79c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,6 +80,13 @@ MAINTAINERCLEANFILES =
# Additional files to bundle with the distribution.
EXTRA_DIST =
+# These files are to do with building for Virtual Pascal
+EXTRA_DIST += \
+ makevp.bat \
+ !compile.txt \
+ !linklib.txt \
+ pcregexp.pas
+
# These are the header files we'll install. Note that while pcre.h is
# generated from pcre.h.in, we want to include it in the distribution so
# that users building without Autotools support have an easier time of it.