diff options
Diffstat (limited to 'src/debug/ptrace')
-rw-r--r-- | src/debug/ptrace/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/ptrace/Makefile.am b/src/debug/ptrace/Makefile.am index 0512721..9e03407 100644 --- a/src/debug/ptrace/Makefile.am +++ b/src/debug/ptrace/Makefile.am @@ -1,7 +1,7 @@ -lib_LIBRARIES = libdebugptrace.a +noinst_LTLIBRARIES = libdebugptrace.la -libdebugptrace_a_SOURCES = \ +libdebugptrace_la_SOURCES = \ options.h options.c \ ptrace.h ptrace.c |