terrible bug in PenaltyDAG and Penalty2DAG.
[vspell.git] / ui / gtk / Makefile.am
blob58a104096d4392a97b2a9e0c1845ed4a5636bc5c
1 bin_PROGRAMS =  vspell-gtk
3 PKG_CONFIG=pkg-config
5 INCLUDES = -I$(top_builddir)/libvspell -I$(top_builddir)/libsrilm @VSPELL_CFLAGS@  `$(PKG_CONFIG) --cflags gtk+-2.0`
7 vspell_gtk_SOURCES = main.cpp
8 vspell_gtk_LDADD = $(top_builddir)/libvspell/libvspell.a $(top_builddir)/libsrilm/libsrilm.a  @VSPELL_LIBS@
9 vspell_gtk_LDFLAGS = `$(PKG_CONFIG) --libs gtk+-2.0`