--- stardict/dict/stardict-plugins/stardict-dictdotcn-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-dictdotcn-plugin/Makefile.am @@ -18,4 +18,6 @@ stardict_dictdotcn_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) +stardict_dictdotcn_la_LIBADD = $(STARDICT_LIBS) + AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) --- stardict/dict/stardict-plugins/stardict-espeak-tts-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-espeak-tts-plugin/Makefile.am @@ -19,6 +19,6 @@ stardict_espeak_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) -stardict_espeak_la_LIBADD = $(ESPEAK_LIBS) +stardict_espeak_la_LIBADD = $(ESPEAK_LIBS) $(STARDICT_LIBS) AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) -I$(top_builddir)/src $(ESPEAK_CFLAGS) --- stardict/dict/stardict-plugins/stardict-festival-tts-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-festival-tts-plugin/Makefile.am @@ -19,6 +19,6 @@ stardict_festival_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) -stardict_festival_la_LIBADD = $(FESTIVAL_LIBS) +stardict_festival_la_LIBADD = $(FESTIVAL_LIBS) $(STARDICT_LIBS) AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) -I$(top_builddir)/src $(FESTIVAL_CFLAGS) --- stardict/dict/stardict-plugins/stardict-gucharmap-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-gucharmap-plugin/Makefile.am @@ -19,6 +19,6 @@ stardict_gucharmap_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) -stardict_gucharmap_la_LIBADD = $(GUCHARMAP_LIBS) +stardict_gucharmap_la_LIBADD = $(GUCHARMAP_LIBS) $(STARDICT_LIBS) AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) -I$(top_builddir)/src $(GUCHARMAP_CFLAGS) --- stardict/dict/stardict-plugins/stardict-html-parsedata-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-html-parsedata-plugin/Makefile.am @@ -19,4 +19,6 @@ stardict_html_parsedata_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) +stardict_html_parsedata_la_LIBADD = $(STARDICT_LIBS) + AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) -I$(top_builddir)/src --- stardict/dict/stardict-plugins/stardict-man-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-man-plugin/Makefile.am @@ -19,4 +19,6 @@ stardict_man_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) +stardict_man_la_LIBADD = $(STARDICT_LIBS) + AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) --- stardict/dict/stardict-plugins/stardict-powerword-parsedata-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-powerword-parsedata-plugin/Makefile.am @@ -19,4 +19,6 @@ stardict_powerword_parsedata_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) +stardict_powerword_parsedata_la_LIBADD = $(STARDICT_LIBS) + AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) -I$(top_builddir)/src --- stardict/dict/stardict-plugins/stardict-qqwry-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-qqwry-plugin/Makefile.am @@ -19,4 +19,6 @@ stardict_qqwry_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) +stardict_qqwry_la_LIBADD = $(STARDICT_LIBS) + AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) --- stardict/dict/stardict-plugins/stardict-spell-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-spell-plugin/Makefile.am @@ -19,6 +19,6 @@ stardict_spell_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) -stardict_spell_la_LIBADD = $(ENCHANT_LIBS) +stardict_spell_la_LIBADD = $(ENCHANT_LIBS) $(STARDICT_LIBS) AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) -I$(top_builddir)/src $(ENCHANT_CFLAGS) --- stardict/dict/stardict-plugins/stardict-update-info-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-update-info-plugin/Makefile.am @@ -19,4 +19,6 @@ stardict_update_info_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) +stardict_update_info_la_LIBADD = $(STARDICT_LIBS) + AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) -I$(top_builddir)/src --- stardict/dict/stardict-plugins/stardict-wiki-parsedata-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-wiki-parsedata-plugin/Makefile.am @@ -23,4 +23,6 @@ stardict_wiki_parsedata_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) +stardict_wiki_parsedata_la_LIBADD = $(STARDICT_LIBS) + AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) -I$(top_builddir)/src --- stardict/dict/stardict-plugins/stardict-wordnet-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-wordnet-plugin/Makefile.am @@ -19,6 +19,8 @@ stardict_wordnet_la_LDFLAGS = -avoid-version \ -module \ $(WORDNET_LD_VERSION_SCRIPT_OPTION) +stardict_wordnet_la_LIBADD = $(STARDICT_LIBS) + if DARWIN_SUPPORT WORDNET_PARSEDATA_LD_VERSION_SCRIPT_OPTION= @@ -36,4 +38,6 @@ stardict_wordnet_parsedata_la_LDFLAGS = -avoid-version \ -module \ $(WORDNET_PARSEDATA_LD_VERSION_SCRIPT_OPTION) +stardict_wordnet_parsedata_la_LIBADD = $(STARDICT_LIBS) + AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) --- stardict/dict/stardict-plugins/stardict-xdxf-parsedata-plugin/Makefile.am +++ stardict/dict/stardict-plugins/stardict-xdxf-parsedata-plugin/Makefile.am @@ -19,4 +19,6 @@ stardict_xdxf_parsedata_la_LDFLAGS = -avoid-version \ -module \ $(LD_VERSION_SCRIPT_OPTION) +stardict_xdxf_parsedata_la_LIBADD = $(STARDICT_LIBS) + AM_CPPFLAGS = @STARDICT_CFLAGS@ -I$(top_srcdir) -I$(top_builddir)/src