diff options
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) |