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/androhelpers | |
parent | 8eb95d316f7b6fbad0ff798abfe7f70f89e812d2 (diff) |
Reduced the number of generated shared objects.
Diffstat (limited to 'plugins/androhelpers')
-rw-r--r-- | plugins/androhelpers/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/androhelpers/Makefile.am b/plugins/androhelpers/Makefile.am index 8366d33..031396e 100644 --- a/plugins/androhelpers/Makefile.am +++ b/plugins/androhelpers/Makefile.am @@ -7,9 +7,7 @@ libandrohelpers_la_SOURCES = \ try_n_catch.h try_n_catch.c \ switch.h switch.c -libandrohelpers_la_LDFLAGS = -L$(top_srcdir)/src/.libs -L$(top_srcdir)/src/gui/.libs -lchrysagui \ - -lchrysadisass -lchrysagtkext \ - -L$(top_srcdir)/src/plugins/.libs -lplugins +libandrohelpers_la_LDFLAGS = -L$(top_srcdir)/src/.libs -lchrysacore AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) $(LIBPYTHON_CFLAGS) $(LIBPYGOBJECT_CFLAGS) \ |