diff options
author | unknown <petr@mysql.com> | 2004-11-04 13:07:38 +0100 |
---|---|---|
committer | unknown <petr@mysql.com> | 2004-11-04 13:07:38 +0100 |
commit | 6c993233d9861534d93a2468dbc7a702187a5633 (patch) | |
tree | 1d5109aa7056f51b36583831377d07c981f9f9aa /include/Makefile.am | |
parent | e981c836104675533a2eb6810f7c1606377b0491 (diff) | |
download | mariadb-git-6c993233d9861534d93a2468dbc7a702187a5633.tar.gz |
fix problem with make dist and decimal.h
include/Makefile.am:
fix the problem with make dist - decimal.h needs to be in the
source distribution
Diffstat (limited to 'include/Makefile.am')
-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 0c845900a4f..cbb8e1ead53 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -30,7 +30,7 @@ noinst_HEADERS = config-win.h config-os2.h config-netware.h \ my_nosys.h my_alarm.h queues.h rijndael.h sha1.h \ my_aes.h my_tree.h hash.h thr_alarm.h \ thr_lock.h t_ctype.h violite.h md5.h \ - mysql_version.h.in my_handler.h my_time.h + mysql_version.h.in my_handler.h my_time.h decimal.h # mysql_version.h are generated SUPERCLEANFILES = mysql_version.h my_config.h |