Index: third_party/hunspell_new/src/hunspell/Makefile.am |
diff --git a/third_party/hunspell_new/src/hunspell/Makefile.am b/third_party/hunspell_new/src/hunspell/Makefile.am |
deleted file mode 100644 |
index 642218ba05281eea8d0188153116868d06c33c4c..0000000000000000000000000000000000000000 |
--- a/third_party/hunspell_new/src/hunspell/Makefile.am |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-lib_LTLIBRARIES = libhunspell-1.3.la |
-libhunspell_1_3_includedir = $(includedir)/hunspell |
-libhunspell_1_3_la_SOURCES=affentry.cxx affixmgr.cxx csutil.cxx \ |
- dictmgr.cxx hashmgr.cxx hunspell.cxx \ |
- suggestmgr.cxx license.myspell license.hunspell \ |
- phonet.cxx filemgr.cxx hunzip.cxx replist.cxx |
- |
-libhunspell_1_3_include_HEADERS=affentry.hxx htypes.hxx affixmgr.hxx \ |
- csutil.hxx hunspell.hxx atypes.hxx dictmgr.hxx hunspell.h \ |
- suggestmgr.hxx baseaffix.hxx hashmgr.hxx langnum.hxx \ |
- phonet.hxx filemgr.hxx hunzip.hxx w_char.hxx replist.hxx \ |
- hunvisapi.h |
- |
-libhunspell_1_3_la_DEPENDENCIES=utf_info.cxx |
-libhunspell_1_3_la_LDFLAGS=-no-undefined |
- |
-AM_CXXFLAGS=$(CFLAG_VISIBILITY) -DBUILDING_LIBHUNSPELL |
- |
-EXTRA_DIST=hunspell.dsp makefile.mk README utf_info.cxx |