summaryrefslogtreecommitdiff
path: root/src/debug/ptrace/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-07-17 14:52:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-07-17 14:52:52 (GMT)
commitf150f36ee0297b4499a41bbbfc06699cd2f72db5 (patch)
tree430391621adea21385a6d8919c05e63dd05bbad3 /src/debug/ptrace/Makefile.am
parentbd8c461d2dcdc14fd9b2969cc832c33792fd38cd (diff)
Reorganized the debug directories.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@174 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/debug/ptrace/Makefile.am')
-rw-r--r--src/debug/ptrace/Makefile.am4
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