diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-29 15:37:53 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-29 15:37:53 +0300 |
commit | 097f690276abd66881f80fe1fd39824b6a7dd4de (patch) | |
tree | 69dcf1714c08230c310121b21e273ba82d19b018 /innobase/include/Makefile.am | |
parent | ad9c7236a026395e5d7e6faf7ec83689f631ca40 (diff) | |
download | mariadb-git-097f690276abd66881f80fe1fd39824b6a7dd4de.tar.gz |
Fix for make dist
libmysql/Makefile.am:
Change global.h to my_global.h
support-files/mysql.server.sh:
Fix for empty pid files
Diffstat (limited to 'innobase/include/Makefile.am')
-rw-r--r-- | innobase/include/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/Makefile.am b/innobase/include/Makefile.am index fd5cc8b1a80..8664f6dfc17 100644 --- a/innobase/include/Makefile.am +++ b/innobase/include/Makefile.am @@ -55,5 +55,7 @@ noinst_HEADERS = btr0btr.h btr0btr.ic btr0cur.h btr0cur.ic \ ut0dbg.h ut0lst.h ut0mem.h ut0mem.ic ut0rnd.h ut0rnd.ic \ ut0sort.h ut0ut.h ut0ut.ic +EXTRA_DIST = Makefile.i + # Don't update the files from bitkeeper %::SCCS/s.% |