summaryrefslogtreecommitdiff
path: root/strings/Makefile.am
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-12-27 17:37:55 +0100
committerunknown <lenz@mysql.com>2002-12-27 17:37:55 +0100
commit22611051945dc581414895086bd114dd597f69c7 (patch)
tree40ebc3ad96a668f4ad7d52551ed2a1eaa665e60e /strings/Makefile.am
parent76b3506802c96afd65c906de9ae311c235475efc (diff)
downloadmariadb-git-22611051945dc581414895086bd114dd597f69c7.tar.gz
- fixes to properly make a "make distclean" (some files were not removed)
(There are probably some more to fix) libmysql/Makefile.shared: - clean up the vio_* and ctype-* symlinks that are created by link_source (thanks to Christian Hammers from Debian for the patch) strings/Makefile.am: - remove ctype_autonf.c on "make distclean" (it's generated by "configure")
Diffstat (limited to 'strings/Makefile.am')
-rw-r--r--strings/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am
index a81ba1c17cb..1acd3365100 100644
--- a/strings/Makefile.am
+++ b/strings/Makefile.am
@@ -40,6 +40,7 @@ endif
libmystrings_a_SOURCES = $(ASRCS) $(CSRCS)
noinst_PROGRAMS = conf_to_src
+DISTCLEANFILES = ctype_autoconf.c
# Default charset definitions
EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c \
ctype-gb2312.c ctype-gbk.c ctype-sjis.c \