softcount: tolerate zero ngrams
[vspell.git] / ui / gtk / Makefile.am
blob9cfd277f53244e03931b76080bb8c634086798f1
1 bin_PROGRAMS =  vspell-gtk
3 PKG_CONFIG=pkg-config
5 INCLUDES = -I$(top_builddir)/libvspell -I$(top_builddir)/srilm/include @VSPELL_CFLAGS@  `$(PKG_CONFIG) --cflags gtk+-2.0`
7 vspell_gtk_SOURCES = main.cpp
8 vspell_gtk_LDADD = $(top_builddir)/libvspell/libvspell.la @VSPELL_LIBS@
9 vspell_gtk_LDFLAGS = `$(PKG_CONFIG) --libs gtk+-2.0`