diff options
author | unknown <kent@mysql.com> | 2005-11-26 05:35:37 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-11-26 05:35:37 +0100 |
commit | a59351e562f3aa093386c5c9c835f992b118d388 (patch) | |
tree | 0623461ae2b9c35497584718ad9d89c818459252 /extra/yassl/Makefile.am | |
parent | 8280d2040edd172d106d51acaf50857029690040 (diff) | |
download | mariadb-git-a59351e562f3aa093386c5c9c835f992b118d388.tar.gz |
Makefile.am:
Distribute "handlerton-win.cc"
mysqld.cc:
Corrected word lenght for some innobase
configuration variables
Makefile.am:
Added Visual Studio 7 project file to EXTRA_DIST
ha_partition.cc, sql_partition.cc:
Changed include to use "..." for Windows
handlerton-win.cc:
Handle engine include/exclude with defines for Windows
new file
sql/handlerton-win.cc:
Handle engine include/exclude with defines for Windows
sql/sql_partition.cc:
Changed include to use "..." for Windows
sql/ha_partition.cc:
Changed include to use "..." for Windows
extra/yassl/Makefile.am:
Added Visual Studio 7 project file to EXTRA_DIST
extra/yassl/taocrypt/Makefile.am:
Added Visual Studio 7 project file to EXTRA_DIST
sql/mysqld.cc:
Corrected word lenght for some innobase
configuration variables
sql/Makefile.am:
Distribute "handlerton-win.cc"
Diffstat (limited to 'extra/yassl/Makefile.am')
-rw-r--r-- | extra/yassl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/Makefile.am b/extra/yassl/Makefile.am index 41c4d84f24f..7ec49ec8c33 100644 --- a/extra/yassl/Makefile.am +++ b/extra/yassl/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = taocrypt src -EXTRA_DIST = yassl.dsp yassl.dsw $(wildcard mySTL/*.hpp) +EXTRA_DIST = yassl.dsp yassl.dsw yassl.vcproj $(wildcard mySTL/*.hpp) |