diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-21 14:30:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-21 14:30:50 (GMT) |
commit | 0f73369ad9cd15cb17ae44aadfc035cb12778b93 (patch) | |
tree | 62ac147a79801bbfa34f0af36cd8430486d25680 /plugins/ropgadgets | |
parent | 62eb3b9716f4d3ecbb7727c7a01c0564129f0111 (diff) |
Fixed installation directories.
Diffstat (limited to 'plugins/ropgadgets')
-rw-r--r-- | plugins/ropgadgets/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ropgadgets/Makefile.am b/plugins/ropgadgets/Makefile.am index 5d11366..c6dba84 100644 --- a/plugins/ropgadgets/Makefile.am +++ b/plugins/ropgadgets/Makefile.am @@ -1,6 +1,8 @@ lib_LTLIBRARIES = libropgadgets.la +libdir = $(pluginsdir) + libropgadgets_la_SOURCES = \ finder.h finder.c \ helper_arm.h helper_arm.c \ |