diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-04-04 21:57:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-04-04 21:57:54 (GMT) |
commit | 286ba13e0a5e908f9ebe67286bb6006adb4102fc (patch) | |
tree | 06d1ef353ae623c579a8fff5a74d22ecc0b9b862 /plugins/gdbrsp | |
parent | c1cac2ce69f01deb99c5c91a803dfa04af90ef14 (diff) |
Simplified the plugin interface.
Diffstat (limited to 'plugins/gdbrsp')
-rw-r--r-- | plugins/gdbrsp/Makefile.am | 5 |
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/%=%) |