diff options
author | unknown <serg@serg.mysql.com> | 2003-03-05 13:10:23 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-03-05 13:10:23 +0100 |
commit | 121d4f478fd559d8b9b4b2abb89a66e3f90c51aa (patch) | |
tree | 1b8ab145e10f61a79afedf419258b0996fea6923 /include | |
parent | abd03435121e7aae9a5c704983f6baab2dab84c9 (diff) | |
download | mariadb-git-121d4f478fd559d8b9b4b2abb89a66e3f90c51aa.tar.gz |
my_dir.h is included by raid.h
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 7a02b38020d..cb6da7bbb3a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -20,12 +20,12 @@ pkginclude_HEADERS = dbug.h m_string.h my_sys.h my_list.h \ mysql.h mysql_com.h mysqld_error.h mysql_embed.h \ my_semaphore.h my_pthread.h my_no_pthread.h raid.h \ errmsg.h my_global.h my_net.h my_alloc.h \ - my_getopt.h sslopt-longopts.h \ + my_getopt.h sslopt-longopts.h my_dir.h \ sslopt-vars.h sslopt-case.h $(BUILT_SOURCES) noinst_HEADERS = config-win.h config-os2.h config-netware.h \ nisam.h heap.h merge.h my_bitmap.h\ myisam.h myisampack.h myisammrg.h ft_global.h\ - my_dir.h mysys_err.h my_base.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 |