diff options
author | serg@serg.mysql.com <> | 2002-10-14 11:36:48 +0000 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-10-14 11:36:48 +0000 |
commit | fcb8bc061d4f6d139512670caf92c4648216b686 (patch) | |
tree | 50e53348aa9b2bb4539eb9061d6dbaf5b3bb646f /include/Makefile.am | |
parent | 7ba2242803837b411394b154e476dc577f957718 (diff) | |
parent | fd8e2337f51e41aed080e50972f407b82a517049 (diff) | |
download | mariadb-git-fcb8bc061d4f6d139512670caf92c4648216b686.tar.gz |
merged
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 077ec3c9017..2df8b46d369 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -28,7 +28,8 @@ noinst_HEADERS = config-win.h config-os2.h \ my_dir.h mysys_err.h my_base.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 + thr_lock.h t_ctype.h violite.h md5.h \ + mysql_version.h.in my_handler.h # mysql_version.h are generated SUPERCLEANFILES = mysql_version.h my_config.h |