Initial import to Tizen
[profile/ivi/sphinxbase.git] / src / libsphinxbase / feat / Makefile.am
1 noinst_LTLIBRARIES = libsphinxfeat.la
2
3 libsphinxfeat_la_SOURCES =                      \
4         agc.c                                   \
5         cmn.c                                   \
6         cmn_prior.c                             \
7         lda.c                                   \
8         feat.c
9
10 INCLUDES = -I$(top_srcdir)/include/sphinxbase \
11            -I$(top_srcdir)/include \
12            -I$(top_builddir)/include 
13
14 LIBOBJS = @LIBOBJS@