diff options
Diffstat (limited to 'libs/hunspell/src/Makefile.am')
-rw-r--r-- | libs/hunspell/src/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libs/hunspell/src/Makefile.am b/libs/hunspell/src/Makefile.am new file mode 100644 index 0000000000..642218ba05 --- /dev/null +++ b/libs/hunspell/src/Makefile.am @@ -0,0 +1,19 @@ +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 |