diff options
author | unknown <guilhem@gbichot2.local> | 2006-07-26 09:47:44 +0200 |
---|---|---|
committer | unknown <guilhem@gbichot2.local> | 2006-07-26 09:47:44 +0200 |
commit | 832776fd2d4d11825eaeb945e57d6eeab816cefc (patch) | |
tree | cee2299854c53f198b7901c281a5aca03e719082 | |
parent | 30e5a9bd1b853c60e067fe71d61c5f55bb448d85 (diff) | |
download | mariadb-git-832776fd2d4d11825eaeb945e57d6eeab816cefc.tar.gz |
two include files were missing in the source tarball, causing pushbuild build failures.
include/Makefile.am:
two include files missing in the source tarball
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index e1ddadb933a..457e49c338b 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -24,7 +24,7 @@ pkginclude_HEADERS = my_dbug.h m_string.h my_sys.h my_list.h my_xml.h \ sslopt-vars.h sslopt-case.h sql_common.h keycache.h \ mysql_time.h mysql/plugin.h $(BUILT_SOURCES) noinst_HEADERS = config-win.h config-netware.h \ - heap.h my_bitmap.h my_uctype.h \ + heap.h maria.h myisamchk.h my_bitmap.h my_uctype.h \ myisam.h myisampack.h myisammrg.h ft_global.h\ mysys_err.h my_base.h help_start.h help_end.h \ my_nosys.h my_alarm.h queues.h rijndael.h sha1.h \ |