Initial import to Tizen
[profile/ivi/sphinxbase.git] / src / libsphinxbase / Makefile.am
1 SUBDIRS = util fe feat lm
2
3 lib_LTLIBRARIES = libsphinxbase.la
4
5 libsphinxbase_la_SOURCES =
6 # Confusing libtool version info means:
7 #
8 # This is API version 2, software release 1, which also supports API version 1
9 libsphinxbase_la_LDFLAGS = -version-info 2:1:1
10 libsphinxbase_la_LIBADD = $(LTLIBICONV) \
11         util/libsphinxutil.la \
12         fe/libsphinxfe.la \
13         feat/libsphinxfeat.la \
14         lm/libsphinxlm.la