summaryrefslogtreecommitdiff
path: root/src/glibext/generators
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/glibext/generators
parent5bd00cf41b6618100f48d8c52998197049dbc136 (diff)
Installed the core headers in the right place for plugins.
Diffstat (limited to 'src/glibext/generators')
-rw-r--r--src/glibext/generators/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glibext/generators/Makefile.am b/src/glibext/generators/Makefile.am
index 5dd7133..2c3675f 100644
--- a/src/glibext/generators/Makefile.am
+++ b/src/glibext/generators/Makefile.am
@@ -8,6 +8,11 @@ libglibextgenerators_la_SOURCES = \
libglibextgenerators_la_LDFLAGS =
+devdir = $(includedir)/chrysalide/$(subdir:src/%=%)
+
+dev_HEADERS = $(libglibextgenerators_la_SOURCES:%c=)
+
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)