HHu ZhengInit!
73ac7294创建于 3 天前历史提交
EXTRA_DIST = stardict_xdxf_parsedata.v


if DARWIN_SUPPORT
LD_VERSION_SCRIPT_OPTION=
else
LD_VERSION_SCRIPT_OPTION="-Wl,--version-script=$(srcdir)/stardict_xdxf_parsedata.v"
endif

noinst_HEADERS = stardict_xdxf_parsedata.h

stardict_xdxf_parsedata_LTLIBRARIES = stardict_xdxf_parsedata.la

stardict_xdxf_parsedatadir = $(libdir)/stardict/plugins

stardict_xdxf_parsedata_la_SOURCES = stardict_xdxf_parsedata.cpp

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

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