summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <guilhem@gbichot2.local>2006-07-26 09:47:44 +0200
committerunknown <guilhem@gbichot2.local>2006-07-26 09:47:44 +0200
commit832776fd2d4d11825eaeb945e57d6eeab816cefc (patch)
treecee2299854c53f198b7901c281a5aca03e719082
parent30e5a9bd1b853c60e067fe71d61c5f55bb448d85 (diff)
downloadmariadb-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.am2
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 \