diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-03-05 21:08:24 -0500 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-03-05 21:08:24 -0500 |
commit | 277d59b86e14fc5443bc5a87fc399ee2d5491069 (patch) | |
tree | 3902f4507a29057e8bac5e5a04bb2d1e73e5e8d1 /innobase/Makefile.am | |
parent | f652a372cbff39ecf07d01ce078ddde8a62f0e09 (diff) | |
download | mariadb-git-277d59b86e14fc5443bc5a87fc399ee2d5491069.tar.gz |
Make sure ib_config.h is distributed.
Clean up Do-all-build-steps.
Build-tools/Do-all-build-steps:
Make this script run on machines other than mysql-work.
innobase/Makefile.am:
Make sure ib_config.h is distributed.
Diffstat (limited to 'innobase/Makefile.am')
-rw-r--r-- | innobase/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/Makefile.am b/innobase/Makefile.am index e441b31aef0..cc4ce312d8d 100644 --- a/innobase/Makefile.am +++ b/innobase/Makefile.am @@ -20,6 +20,8 @@ AUTOMAKE_OPTIONS = foreign TAR = gtar +noinst_HEADERS = ib_config.h + SUBDIRS = os ut btr buf com data dict dyn eval fil fsp fut \ ha ibuf include lock log mach mem mtr odbc page \ pars que read rem row srv sync thr trx usr |