summaryrefslogtreecommitdiff
path: root/plugins/dexbnf
diff options
context:
space:
mode:
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