diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-03-05 18:33:13 -0500 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-03-05 18:33:13 -0500 |
commit | fe32f23a3fc772c3279d6a431b0f55bd63e9be72 (patch) | |
tree | 01024fe1a0c32362bf39c5385281c7e952041a89 /innobase/Makefile.am | |
parent | 3288332ee72d5268871914f600bcd599c309a5a9 (diff) | |
download | mariadb-git-fe32f23a3fc772c3279d6a431b0f55bd63e9be72.tar.gz |
Added include/Makefile.am so that the header files will
be distributed properly.
innobase/Makefile.am:
Added include to SUBDIRS
Diffstat (limited to 'innobase/Makefile.am')
-rw-r--r-- | innobase/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/Makefile.am b/innobase/Makefile.am index 99c5cc40429..e441b31aef0 100644 --- a/innobase/Makefile.am +++ b/innobase/Makefile.am @@ -21,8 +21,8 @@ AUTOMAKE_OPTIONS = foreign TAR = gtar SUBDIRS = os ut btr buf com data dict dyn eval fil fsp fut \ - ha ibuf lock log mach mem mtr odbc page pars que \ - read rem row srv sync thr trx usr + ha ibuf include lock log mach mem mtr odbc page \ + pars que read rem row srv sync thr trx usr # Don't update the files from bitkeeper %::SCCS/s.% |