summaryrefslogtreecommitdiff
path: root/plugins/dexbnf/python
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-22 09:50:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-22 09:50:50 (GMT)
commit5194dad10519504c6c7416d85c9191a0075f9af1 (patch)
tree0705b405ea0fc5a055c5192a2281e490eca6827d /plugins/dexbnf/python
parentb127b9d7c8cb99ac14578f6ccd486c1238192e89 (diff)
Included all plugins headers in the installation process.
Diffstat (limited to 'plugins/dexbnf/python')
-rw-r--r--plugins/dexbnf/python/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/dexbnf/python/Makefile.am b/plugins/dexbnf/python/Makefile.am
index 4d60a1c..135fd5a 100644
--- a/plugins/dexbnf/python/Makefile.am
+++ b/plugins/dexbnf/python/Makefile.am
@@ -5,10 +5,14 @@ libdexbnfpython_la_SOURCES = \
demangler.h demangler.c \
module.h module.c
-
libdexbnfpython_la_LDFLAGS =
+devdir = $(includedir)/chrysalide-$(subdir)
+
+dev_HEADERS = $(libdexbnfpython_la_SOURCES:%c=)
+
+
AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) $(LIBPYTHON_CFLAGS) $(LIBPYGOBJECT_CFLAGS) \
-I$(top_srcdir)/src