summaryrefslogtreecommitdiff
path: root/plugins/bootimg
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/bootimg')
-rw-r--r--plugins/bootimg/Makefile.am2
-rw-r--r--plugins/bootimg/python/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/bootimg/Makefile.am b/plugins/bootimg/Makefile.am
index e37a6ab..3f8efb7 100644
--- a/plugins/bootimg/Makefile.am
+++ b/plugins/bootimg/Makefile.am
@@ -39,7 +39,7 @@ libbootimg_la_LDFLAGS = \
$(PYTHON3_LDFLAGS)
-devdir = $(includedir)/chrysalide-$(subdir)
+devdir = $(includedir)/chrysalide/$(subdir)
dev_HEADERS = $(libbootimg_la_SOURCES:%c=)
diff --git a/plugins/bootimg/python/Makefile.am b/plugins/bootimg/python/Makefile.am
index a79af4d..1f11581 100644
--- a/plugins/bootimg/python/Makefile.am
+++ b/plugins/bootimg/python/Makefile.am
@@ -9,7 +9,7 @@ libbootimgpython_la_SOURCES = \
libbootimgpython_la_LDFLAGS =
-devdir = $(includedir)/chrysalide-$(subdir)
+devdir = $(includedir)/chrysalide/$(subdir)
dev_HEADERS = $(libbootimgpython_la_SOURCES:%c=)