summaryrefslogtreecommitdiff
path: root/regex
diff options
context:
space:
mode:
authorknielsen@mysql.com <>2006-03-24 22:50:56 +0100
committerknielsen@mysql.com <>2006-03-24 22:50:56 +0100
commitbc6628d27fbf4bcc12682f159742e5bc70e5c35d (patch)
tree4a3cb807ddfab7cd04cb6caf42623f824843f884 /regex
parent443ac64226b610229b62499eecfc58ea479843a6 (diff)
downloadmariadb-git-bc6628d27fbf4bcc12682f159742e5bc70e5c35d.tar.gz
Some changes to make it possible to build for Windows with CMake from
a normal 'make dist' source .tar.gz.
Diffstat (limited to 'regex')
-rw-r--r--regex/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex/Makefile.am b/regex/Makefile.am
index 7e8478e8123..6fd5b1b57a2 100644
--- a/regex/Makefile.am
+++ b/regex/Makefile.am
@@ -25,7 +25,7 @@ re_SOURCES = split.c debug.c main.c
re_LDFLAGS= @NOINST_LDFLAGS@
EXTRA_DIST = tests CHANGES COPYRIGHT WHATSNEW regexp.c \
debug.ih engine.ih main.ih regcomp.ih regerror.ih \
- regex.3 regex.7
+ regex.3 regex.7 cmakelists.txt
test: re tests
./re < tests