summaryrefslogtreecommitdiff
path: root/plugins/gdbrsp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gdbrsp/Makefile.am')
-rw-r--r--plugins/gdbrsp/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/gdbrsp/Makefile.am b/plugins/gdbrsp/Makefile.am
index 5ee8df6..0a3ea13 100644
--- a/plugins/gdbrsp/Makefile.am
+++ b/plugins/gdbrsp/Makefile.am
@@ -16,7 +16,10 @@ libdebuggdbrsp_la_SOURCES = \
tcp.h tcp.c \
utils.h utils.c
-libdebuggdbrsp_la_CFLAGS = $(AM_CFLAGS)
+libdebuggdbrsp_la_LIBADD =
+
+libdebuggdbrsp_la_LDFLAGS = \
+ -L$(top_srcdir)/src/.libs -lchrysacore
devdir = $(includedir)/chrysalide/$(subdir:src/%=%)