Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f
[chromium-blink-merge.git] / third_party / hunspell / src / parsers / Makefile.am
blobca58a69f4180cd27892387e770f6bb8598ca68ca
1 noinst_LIBRARIES=libparsers.a
2 libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \
3                       latexparser.cxx  manparser.cxx \
4                       textparser.cxx 
6 noinst_PROGRAMS=testparser
7 testparser_SOURCES=firstparser.cxx firstparser.hxx htmlparser.cxx htmlparser.hxx latexparser.cxx latexparser.hxx manparser.cxx manparser.hxx testparser.cxx textparser.cxx textparser.hxx
9 # need mystrdup()
10 LDADD = ../hunspell/libhunspell-1.3.la