summaryrefslogtreecommitdiff
path: root/plugins/dexbnf
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-21 23:39:13 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-21 23:39:13 (GMT)
commit5bd00cf41b6618100f48d8c52998197049dbc136 (patch)
treed8671e4b343b3a180bed00eb6b98e9168d7e176c /plugins/dexbnf
parent8eb95d316f7b6fbad0ff798abfe7f70f89e812d2 (diff)
Reduced the number of generated shared objects.
Diffstat (limited to 'plugins/dexbnf')
-rw-r--r--plugins/dexbnf/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dexbnf/Makefile.am b/plugins/dexbnf/Makefile.am
index 08e0680..7daa761 100644
--- a/plugins/dexbnf/Makefile.am
+++ b/plugins/dexbnf/Makefile.am
@@ -16,8 +16,8 @@ libdexbnf_la_CFLAGS = $(AM_CFLAGS)
libdexbnf_la_LIBADD = \
python/libdexbnfpython.la
-libdexbnf_la_LDFLAGS = \
- $(LIBPYTHON_LIBS) $(LIBPYGOBJECT_LIBS)
+libdexbnf_la_LDFLAGS = $(LIBPYTHON_LIBS) $(LIBPYGOBJECT_LIBS) \
+ -L$(top_srcdir)/src/.libs -lchrysacore
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src