summaryrefslogtreecommitdiff
path: root/src/debug/gdbrsp
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-22 09:28:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-22 09:28:24 (GMT)
commita658bff3e88ba63c3c47a5ea2668fd105dbd4bc0 (patch)
tree2385b2c8187bf10933ae6c8ba7a24457a3895e3e /src/debug/gdbrsp
parent5bd00cf41b6618100f48d8c52998197049dbc136 (diff)
Installed the core headers in the right place for plugins.
Diffstat (limited to 'src/debug/gdbrsp')
-rw-r--r--src/debug/gdbrsp/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/debug/gdbrsp/Makefile.am b/src/debug/gdbrsp/Makefile.am
index fd46f27..5ee8df6 100644
--- a/src/debug/gdbrsp/Makefile.am
+++ b/src/debug/gdbrsp/Makefile.am
@@ -19,6 +19,11 @@ libdebuggdbrsp_la_SOURCES = \
libdebuggdbrsp_la_CFLAGS = $(AM_CFLAGS)
+devdir = $(includedir)/chrysalide/$(subdir:src/%=%)
+
+dev_HEADERS = $(libdebuggdbrsp_la_SOURCES:%c=)
+
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)