Imported version 0.4-1
[mstardict] / stardict-plugins / stardict-xdxf-parsedata-plugin / Makefile.am
1 EXTRA_DIST = stardict_xdxf_parsedata.v stardict_xdxf_parsedata.dev
2
3
4 LD_VERSION_SCRIPT_OPTION="-Wl,--version-script=stardict_xdxf_parsedata.v"
5
6 noinst_HEADERS = stardict_xdxf_parsedata.h
7
8 stardict_xdxf_parsedata_LTLIBRARIES = stardict_xdxf_parsedata.la
9
10 stardict_xdxf_parsedatadir = $(libdir)/mstardict/plugins
11
12 stardict_xdxf_parsedata_la_SOURCES = stardict_xdxf_parsedata.cpp
13
14 stardict_xdxf_parsedata_la_LDFLAGS =    -avoid-version \
15                                         -module \
16                                         $(LD_VERSION_SCRIPT_OPTION)
17
18 INCLUDES = @LIB_STARDICT_CFLAGS@ -I$(top_builddir)/src