diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2021-01-09 16:22:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2021-01-09 16:22:54 (GMT) |
commit | 55a5d2a08f0b168059571cddf8d6d963318903a1 (patch) | |
tree | a9aa5d3c7e708bdea6c774b9ed96e6871e149d5b /plugins/bootimg | |
parent | 2a429fde26212e8c8c9a5a44f9a4a06ee60a5208 (diff) |
Changed some installation paths and included a pkgconfig configuration.
Diffstat (limited to 'plugins/bootimg')
-rw-r--r-- | plugins/bootimg/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/bootimg/python/Makefile.am | 2 |
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=) |