HHu ZhengInit!
b0ae4a8e创建于 3 天前历史提交
EXTRA_DIST = stardict_festival.v


LD_VERSION_SCRIPT_OPTION="-Wl,--version-script=stardict_festival.v"

noinst_HEADERS = stardict_festival.h

stardict_festival_LTLIBRARIES = stardict_festival.la

stardict_festivaldir = $(libdir)/stardict/plugins

stardict_festival_la_SOURCES = stardict_festival.cpp

stardict_festival_la_LDFLAGS = 	-avoid-version \
					-module \
					$(LD_VERSION_SCRIPT_OPTION)

stardict_festival_la_LIBADD  = $(FESTIVAL_LIBS)

AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_builddir)/src $(FESTIVAL_CFLAGS)