diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-07-17 14:52:52 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-07-17 14:52:52 (GMT) |
commit | f150f36ee0297b4499a41bbbfc06699cd2f72db5 (patch) | |
tree | 430391621adea21385a6d8919c05e63dd05bbad3 /src/debug/remgdb | |
parent | bd8c461d2dcdc14fd9b2969cc832c33792fd38cd (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/remgdb')
-rw-r--r-- | src/debug/remgdb/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/debug/remgdb/Makefile.am b/src/debug/remgdb/Makefile.am index ab6715d..b2829c9 100644 --- a/src/debug/remgdb/Makefile.am +++ b/src/debug/remgdb/Makefile.am @@ -1,14 +1,14 @@ -lib_LIBRARIES = libdebugremgdb.a +noinst_LTLIBRARIES = libdebugremgdb.la -libdebugremgdb_a_SOURCES = \ +libdebugremgdb_la_SOURCES = \ gdb.h gdb.c \ packet.h packet.c \ stream-int.h \ stream.h stream.c \ tcp.h tcp.c -libdebugremgdb_a_CFLAGS = $(AM_CFLAGS) +libdebugremgdb_la_CFLAGS = $(AM_CFLAGS) INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) |