diff options
author | jimw@mysql.com <> | 2005-11-30 13:51:23 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-11-30 13:51:23 -0800 |
commit | 053884596309fc33ffa40df1b8982e75705ec3e9 (patch) | |
tree | b9c649237ea098d61c73d02638e8fbff45391d3f /extra | |
parent | 5ccc2c0b058772a890503955424a3357ead80ae5 (diff) | |
parent | e4cfee01d14f3248f5f10fa1eddd5cfde5bc81a8 (diff) | |
download | mariadb-git-053884596309fc33ffa40df1b8982e75705ec3e9.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-5.1-release
into mysql.com:/home/jimw/my/mysql-5.1-clean
Diffstat (limited to 'extra')
-rw-r--r-- | extra/yassl/Makefile.am | 2 | ||||
-rw-r--r-- | extra/yassl/taocrypt/Makefile.am | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/extra/yassl/taocrypt/Makefile.am b/extra/yassl/taocrypt/Makefile.am index af3ded7abfd..c8413af3285 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 +EXTRA_DIST = taocrypt.dsw taocrypt.dsp taocrypt.vcproj |