Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 246719 | Differences between
and this patch

Collapse All | Expand All

(-)sphinx2-0.6.orig/src/Makefile.in (-2 / +2 lines)
Lines 137-145 Link Here
137
sharedstatedir = @sharedstatedir@
137
sharedstatedir = @sharedstatedir@
138
sysconfdir = @sysconfdir@
138
sysconfdir = @sysconfdir@
139
target_alias = @target_alias@
139
target_alias = @target_alias@
140
SUBDIRS = libsphinx2 \
140
SUBDIRS = libsphinx2fe \
141
	libsphinx2fe \
142
	libsphinx2ad \
141
	libsphinx2ad \
142
	libsphinx2 \
143
	examples
143
	examples
144
144
145
subdir = src
145
subdir = src
(-)sphinx2-0.6.orig/src/libsphinx2/Makefile.in (-2 / +1 lines)
Lines 228-234 Link Here
228
228
229
229
230
230
231
# libsphinx2_la_LIBADD = -lc -lm $(top_srcdir)/src/libsphinx2fe/libsphinx2fe.la
231
libsphinx2_la_LIBADD = -lc -lm $(top_srcdir)/src/libsphinx2fe/libsphinx2fe.la
232
232
233
# hjf@cs.brown.edu - Added for Solaris build
233
# hjf@cs.brown.edu - Added for Solaris build
234
# LDADD = -L/usr/demo/SOUND/lib/ -laudio
234
# LDADD = -L/usr/demo/SOUND/lib/ -laudio
Lines 247-253 Link Here
247
CONFIG_CLEAN_FILES =
247
CONFIG_CLEAN_FILES =
248
LTLIBRARIES = $(lib_LTLIBRARIES)
248
LTLIBRARIES = $(lib_LTLIBRARIES)
249
249
250
libsphinx2_la_LIBADD =
251
am_libsphinx2_la_OBJECTS = CM_funcs.lo add-table.lo agc_emax.lo \
250
am_libsphinx2_la_OBJECTS = CM_funcs.lo add-table.lo agc_emax.lo \
252
	allphone.lo areadchar.lo areaddouble.lo areadfloat.lo \
251
	allphone.lo areadchar.lo areaddouble.lo areadfloat.lo \
253
	areadint.lo areadshort.lo awritechar.lo awritedouble.lo \
252
	areadint.lo areadshort.lo awritechar.lo awritedouble.lo \

Return to bug 246719