diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:14:04 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:14:04 -0300 |
commit | e7dd11f0bef0e31fad7063ac8b2c6df3bb575436 (patch) | |
tree | 231e1097bc6a2958e93eb854d86c7142baa82837 /include/Makefile.am | |
parent | bc4ba28cab2fbdefee87fbb8d97234046f707ed0 (diff) | |
download | mariadb-git-e7dd11f0bef0e31fad7063ac8b2c6df3bb575436.tar.gz |
WL#5498: Remove dead and unused source code
Remove Windows related files which aren't used anymore.
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 ad023083829..aa6ffa78ee5 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -33,7 +33,7 @@ pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \ m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \ $(HEADERS_GEN_MAKE) probes_mysql.h probes_mysql_nodtrace.h -noinst_HEADERS = config-win.h lf.h my_bit.h \ +noinst_HEADERS = lf.h my_bit.h \ heap.h my_bitmap.h my_uctype.h password.h \ myisam.h myisampack.h myisammrg.h ft_global.h\ mysys_err.h my_base.h \ |