diff options
author | knielsen@mysql.com <> | 2006-03-24 22:50:56 +0100 |
---|---|---|
committer | knielsen@mysql.com <> | 2006-03-24 22:50:56 +0100 |
commit | bc6628d27fbf4bcc12682f159742e5bc70e5c35d (patch) | |
tree | 4a3cb807ddfab7cd04cb6caf42623f824843f884 /extra/Makefile.am | |
parent | 443ac64226b610229b62499eecfc58ea479843a6 (diff) | |
download | mariadb-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 'extra/Makefile.am')
-rw-r--r-- | extra/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index 4fe1039d306..0aaa8c4d127 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -43,6 +43,7 @@ $(top_builddir)/include/sql_state.h: $(top_builddir)/include/mysqld_error.h bin_PROGRAMS = replace comp_err perror resolveip my_print_defaults \ resolve_stack_dump mysql_waitpid innochecksum noinst_PROGRAMS = charset2html +EXTRA_DIST = cmakelists.txt perror.o: perror.c $(COMPILE) @ndbcluster_includes@ $(LM_CFLAGS) -c $< |