summaryrefslogtreecommitdiff
path: root/plugins/dexbnf
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-01-09 16:22:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-01-09 16:22:54 (GMT)
commit55a5d2a08f0b168059571cddf8d6d963318903a1 (patch)
treea9aa5d3c7e708bdea6c774b9ed96e6871e149d5b /plugins/dexbnf
parent2a429fde26212e8c8c9a5a44f9a4a06ee60a5208 (diff)
Changed some installation paths and included a pkgconfig configuration.
Diffstat (limited to 'plugins/dexbnf')
-rw-r--r--plugins/dexbnf/Makefile.am2
-rw-r--r--plugins/dexbnf/python/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dexbnf/Makefile.am b/plugins/dexbnf/Makefile.am
index da2cc4b..3340bc2 100644
--- a/plugins/dexbnf/Makefile.am
+++ b/plugins/dexbnf/Makefile.am
@@ -41,7 +41,7 @@ libdexbnf_la_LDFLAGS = \
$(PYTHON3_LDFLAGS)
-devdir = $(includedir)/chrysalide-$(subdir)
+devdir = $(includedir)/chrysalide/$(subdir)
dev_HEADERS = $(libdexbnf_la_SOURCES:%c=)
diff --git a/plugins/dexbnf/python/Makefile.am b/plugins/dexbnf/python/Makefile.am
index 50a3575..59668eb 100644
--- a/plugins/dexbnf/python/Makefile.am
+++ b/plugins/dexbnf/python/Makefile.am
@@ -8,7 +8,7 @@ libdexbnfpython_la_SOURCES = \
libdexbnfpython_la_LDFLAGS =
-devdir = $(includedir)/chrysalide-$(subdir)
+devdir = $(includedir)/chrysalide/$(subdir)
dev_HEADERS = $(libdexbnfpython_la_SOURCES:%c=)