| OLD | NEW |
| (Empty) |
| 1 lib_LTLIBRARIES = libhunspell-1.3.la | |
| 2 libhunspell_1_3_includedir = $(includedir)/hunspell | |
| 3 libhunspell_1_3_la_SOURCES=affentry.cxx affixmgr.cxx csutil.cxx \ | |
| 4 dictmgr.cxx hashmgr.cxx hunspell.cxx \ | |
| 5 suggestmgr.cxx license.myspell license.hunspell \ | |
| 6 phonet.cxx filemgr.cxx hunzip.cxx replist.cxx | |
| 7 | |
| 8 libhunspell_1_3_include_HEADERS=affentry.hxx htypes.hxx affixmgr.hxx \ | |
| 9 csutil.hxx hunspell.hxx atypes.hxx dictmgr.hxx hunspell.h \ | |
| 10 suggestmgr.hxx baseaffix.hxx hashmgr.hxx langnum.hxx \ | |
| 11 phonet.hxx filemgr.hxx hunzip.hxx w_char.hxx replist.hxx \ | |
| 12 hunvisapi.h | |
| 13 | |
| 14 libhunspell_1_3_la_DEPENDENCIES=utf_info.cxx | |
| 15 libhunspell_1_3_la_LDFLAGS=-no-undefined | |
| 16 | |
| 17 AM_CXXFLAGS=$(CFLAG_VISIBILITY) -DBUILDING_LIBHUNSPELL | |
| 18 | |
| 19 EXTRA_DIST=hunspell.dsp makefile.mk README utf_info.cxx | |
| OLD | NEW |