diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-06-19 22:34:34 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-06-19 22:34:34 (GMT) |
commit | 2a7c16cfa1be2a1c90be2fb29650eb2e10ab1728 (patch) | |
tree | e0983d6cff601ef4cd3a7d25ea46863d2b6c63d2 /plugins/ropgadgets | |
parent | 72b1c890ed19ebd7780e634d4874d12a619f259e (diff) |
Updated Makefiles to create only one _PyGObject_API structure.
Diffstat (limited to 'plugins/ropgadgets')
-rw-r--r-- | plugins/ropgadgets/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ropgadgets/Makefile.am b/plugins/ropgadgets/Makefile.am index 7ca97be..50ded08 100644 --- a/plugins/ropgadgets/Makefile.am +++ b/plugins/ropgadgets/Makefile.am @@ -10,8 +10,6 @@ libropgadgets_la_SOURCES = \ plugin.h plugin.c \ select.h select.c -libropgadgets_la_CFLAGS = $(AM_CFLAGS) - libropgadgets_la_LDFLAGS = \ -L$(top_srcdir)/src/.libs -lchrysacore \ -L$(top_srcdir)/plugins/arm/.libs -larm |