diff options
author | unknown <knielsen@mysql.com> | 2006-03-27 11:23:50 +0200 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2006-03-27 11:23:50 +0200 |
commit | 084fd460c51bbf5ed92f7f8c319db47eb077c2aa (patch) | |
tree | c085625be38efe7a2cee48d821e915f37b615814 /extra | |
parent | 7b3c889f2ca9495ae800742a5c4132b08e7cc7ea (diff) | |
download | mariadb-git-084fd460c51bbf5ed92f7f8c319db47eb077c2aa.tar.gz |
Add missing files for CMake build.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/yassl/taocrypt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/Makefile.am b/extra/yassl/taocrypt/Makefile.am index c8413af3285..e882f7bafe6 100644 --- a/extra/yassl/taocrypt/Makefile.am +++ b/extra/yassl/taocrypt/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = src -EXTRA_DIST = taocrypt.dsw taocrypt.dsp taocrypt.vcproj +EXTRA_DIST = taocrypt.dsw taocrypt.dsp taocrypt.vcproj cmakelists.txt |