diff options
author | unknown <lenz@mysql.com> | 2002-06-23 17:42:29 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-06-23 17:42:29 +0200 |
commit | bbb47a1c83f96ef12763e5994ca7c4d10507caeb (patch) | |
tree | 82544c48ba13d16981c7baa295bc8b205369a032 /include/Makefile.am | |
parent | eed135a94fd1d6fe2b0bbc5198aa3ff1e59dbf0e (diff) | |
download | mariadb-git-bbb47a1c83f96ef12763e5994ca7c4d10507caeb.tar.gz |
Removed file include/getopt.h and added missing files to
include/Makefile.am to resolve broken dependencies in "make distcheck"
Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options in
configure.in
BitKeeper/deleted/.del-getopt.h~a9ae679fa84f395:
Delete: include/getopt.h
configure.in:
Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options
this reportedly increases the stability under high load
include/Makefile.am:
added my_getopt.h, rijndael.h, sha1.h, my_aes.h to resolve broken
distribution dependencies
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 24d81739af3..0f135c64b53 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -26,9 +26,9 @@ noinst_HEADERS = config-win.h \ nisam.h heap.h merge.h my_bitmap.h\ myisam.h myisampack.h myisammrg.h ft_global.h\ my_dir.h mysys_err.h my_base.h \ - my_nosys.h my_alarm.h queues.h \ - my_tree.h hash.h thr_alarm.h thr_lock.h \ - t_ctype.h violite.h md5.h mysql_version.h.in + my_nosys.h my_alarm.h queues.h rijndael.h sha1.h \ + my_aes.h my_getopt.h my_tree.h hash.h thr_alarm.h \ + thr_lock.h t_ctype.h violite.h md5.h mysql_version.h.in # mysql_version.h are generated SUPERCLEANFILES = mysql_version.h my_config.h |