diff options
Diffstat (limited to 'src/format/pe')
-rwxr-xr-x | src/format/pe/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/pe/Makefile.am b/src/format/pe/Makefile.am index c70a80f..7fb0d91 100755 --- a/src/format/pe/Makefile.am +++ b/src/format/pe/Makefile.am @@ -1,5 +1,5 @@ -lib_LTLIBRARIES = libformatpe.la +noinst_LTLIBRARIES = libformatpe.la libformatpe_la_SOURCES = \ e_pe.h e_pe.c \ |