1 lib_LIBRARIES = libvspell.a
2 libvspell_a_SOURCES = \
3 syllable.cpp syllable.h\
4 dictionary.cpp dictionary.h wordnode.h\
5 propername.cpp propername.h\
6 sentence.cpp sentence.h\
7 distance.cpp distance.h\
11 INCLUDES = -I$(top_builddir)/libsrilm
12 libvspell_a_LIBADD = $(top_builddir)/libsrilm/libsrilm.a
13 data_DATA = data/wordlist.wl data/ngram data/last-names.lst