10 lines
451 B
Diff
10 lines
451 B
Diff
|
diff -urN hunspell-1.3.2.old/src/parsers/Makefile.am hunspell-1.3.2/src/parsers/Makefile.am
|
||
|
--- hunspell-1.3.2.old/src/parsers/Makefile.am 2011-09-15 11:50:40.251441126 +0200
|
||
|
+++ hunspell-1.3.2/src/parsers/Makefile.am 2011-09-17 06:06:50.469615528 +0200
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-lib_LIBRARIES=libparsers.a
|
||
|
+noinst_LIBRARIES=libparsers.a
|
||
|
libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \
|
||
|
latexparser.cxx manparser.cxx \
|
||
|
textparser.cxx
|