1bin_PROGRAMS = sphinx_jsgf2fsg
2
3sphinx_jsgf2fsg_SOURCES = main.c
4
5sphinx_jsgf2fsg_LDADD = \
6	$(top_builddir)/src/libsphinxbase/libsphinxbase.la
7
8INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
9
10EXTRA_DIST = fsg2dot.pl
11