diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-08-31 19:15:26 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-08-31 19:15:26 (GMT) |
commit | 531be2e3a96bf13cd36035cec7faa31b2534a742 (patch) | |
tree | d8c2b5f6d5601a1adfa7356f45879bb5f0fca348 /plugins/elf | |
parent | 1307580ca1ca820b57dcfbfcdcee9afe74cc1614 (diff) |
Changed the location of installed plugins.
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/Makefile.am b/plugins/elf/Makefile.am index 084e7b5..50c9d49 100644 --- a/plugins/elf/Makefile.am +++ b/plugins/elf/Makefile.am @@ -1,7 +1,7 @@ lib_LTLIBRARIES = libelf.la -libdir = $(pluginsdir) +libdir = $(pluginslibdir) libelf_la_SOURCES = \ |