Index: third_party/hunspell_new/src/parsers/Makefile.am |
diff --git a/third_party/hunspell_new/src/parsers/Makefile.am b/third_party/hunspell_new/src/parsers/Makefile.am |
deleted file mode 100644 |
index ca58a69f4180cd27892387e770f6bb8598ca68ca..0000000000000000000000000000000000000000 |
--- a/third_party/hunspell_new/src/parsers/Makefile.am |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-noinst_LIBRARIES=libparsers.a |
-libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \ |
- latexparser.cxx manparser.cxx \ |
- textparser.cxx |
- |
-noinst_PROGRAMS=testparser |
-testparser_SOURCES=firstparser.cxx firstparser.hxx htmlparser.cxx htmlparser.hxx latexparser.cxx latexparser.hxx manparser.cxx manparser.hxx testparser.cxx textparser.cxx textparser.hxx |
- |
-# need mystrdup() |
-LDADD = ../hunspell/libhunspell-1.3.la |