diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-04-21 23:39:13 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-04-21 23:39:13 (GMT) |
commit | 5bd00cf41b6618100f48d8c52998197049dbc136 (patch) | |
tree | d8671e4b343b3a180bed00eb6b98e9168d7e176c /plugins/elf | |
parent | 8eb95d316f7b6fbad0ff798abfe7f70f89e812d2 (diff) |
Reduced the number of generated shared objects.
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/elf/Makefile.am b/plugins/elf/Makefile.am index 6d7fb58..415bd2b 100644 --- a/plugins/elf/Makefile.am +++ b/plugins/elf/Makefile.am @@ -18,8 +18,8 @@ libelf_la_SOURCES = \ libelf_la_LIBADD = \ python/libelfpython.la -libelf_la_LDFLAGS = \ - $(LIBPYTHON_LIBS) $(LIBPYGOBJECT_LIBS) +libelf_la_LDFLAGS = $(LIBPYTHON_LIBS) $(LIBPYGOBJECT_LIBS) \ + -L$(top_srcdir)/src/.libs -lchrysacore AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBPYTHON_CFLAGS) $(LIBPYGOBJECT_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src |