diff options
author | georg@lmy002.wdf.sap.corp <> | 2006-09-01 10:32:12 +0200 |
---|---|---|
committer | georg@lmy002.wdf.sap.corp <> | 2006-09-01 10:32:12 +0200 |
commit | 9d6471c33ec28eaed6bd4e138f602fad34b450b2 (patch) | |
tree | 67781fa721a49caf5bc3eb45b52b4e42b1c9abfb /extra | |
parent | 27636d93037a72fb77d0c711cb1630057c733ca4 (diff) | |
download | mariadb-git-9d6471c33ec28eaed6bd4e138f602fad34b450b2.tar.gz |
make dist changes for Cmake build
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Makefile.am | 1 | ||||
-rw-r--r-- | extra/yassl/Makefile.am | 2 | ||||
-rw-r--r-- | extra/yassl/taocrypt/Makefile.am | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index c0ad75059df..0de513ba15a 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 # Don't update the files from bitkeeper %::SCCS/s.% diff --git a/extra/yassl/Makefile.am b/extra/yassl/Makefile.am index d0415012767..12a7da1085b 100644 --- a/extra/yassl/Makefile.am +++ b/extra/yassl/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = taocrypt src testsuite -EXTRA_DIST = yassl.dsp yassl.dsw $(wildcard mySTL/*.hpp) +EXTRA_DIST = yassl.dsp yassl.dsw $(wildcard mySTL/*.hpp) CMakeLists.txt diff --git a/extra/yassl/taocrypt/Makefile.am b/extra/yassl/taocrypt/Makefile.am index ac0c1bc29dd..e232b499cc7 100644 --- a/extra/yassl/taocrypt/Makefile.am +++ b/extra/yassl/taocrypt/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = src test benchmark -EXTRA_DIST = taocrypt.dsw taocrypt.dsp +EXTRA_DIST = taocrypt.dsw taocrypt.dsp CMakeLists.txt |