summaryrefslogtreecommitdiff
path: root/src/common
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/common
parent5bd00cf41b6618100f48d8c52998197049dbc136 (diff)
Installed the core headers in the right place for plugins.
Diffstat (limited to 'src/common')
-rwxr-xr-xsrc/common/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 08c31cd..b5b008c 100755
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -29,6 +29,11 @@ libcommon_la_SOURCES = \
libcommon_la_LDFLAGS = $(LIBGTK_LIBS) $(LIBXML_LIBS)
+devdir = $(includedir)/chrysalide/$(subdir:src/%=%)
+
+dev_HEADERS = $(libcommon_la_SOURCES:%c=)
+
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)