diff options
Diffstat (limited to 'plugins/readelf')
-rw-r--r-- | plugins/readelf/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/readelf/Makefile.am b/plugins/readelf/Makefile.am index c3cf822..6ba7efb 100644 --- a/plugins/readelf/Makefile.am +++ b/plugins/readelf/Makefile.am @@ -1,6 +1,8 @@ lib_LTLIBRARIES = libreadelf.la +libdir = $(pluginsdir) + libreadelf_la_SOURCES = \ header.h header.c \ program.h program.c \ |