summaryrefslogtreecommitdiff
path: root/plugins/arm/v7
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/arm/v7
parent2a429fde26212e8c8c9a5a44f9a4a06ee60a5208 (diff)
Changed some installation paths and included a pkgconfig configuration.
Diffstat (limited to 'plugins/arm/v7')
-rw-r--r--plugins/arm/v7/Makefile.am2
-rw-r--r--plugins/arm/v7/opcodes/Makefile.am2
-rw-r--r--plugins/arm/v7/operands/Makefile.am2
-rw-r--r--plugins/arm/v7/registers/Makefile.am2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/arm/v7/Makefile.am b/plugins/arm/v7/Makefile.am
index 1bf2342..5d30876 100644
--- a/plugins/arm/v7/Makefile.am
+++ b/plugins/arm/v7/Makefile.am
@@ -23,7 +23,7 @@ libarmv7_la_LIBADD = \
registers/libarmv7registers.la
-devdir = $(includedir)/chrysalide-$(subdir)
+devdir = $(includedir)/chrysalide/$(subdir)
dev_HEADERS = $(libarmv7_la_SOURCES:%c=)
diff --git a/plugins/arm/v7/opcodes/Makefile.am b/plugins/arm/v7/opcodes/Makefile.am
index 19c98c1..7a35ff9 100644
--- a/plugins/arm/v7/opcodes/Makefile.am
+++ b/plugins/arm/v7/opcodes/Makefile.am
@@ -16,7 +16,7 @@ libarmv7opcodes_la_SOURCES = $(GENERATED_FILES)
libarmv7opcodes_la_LIBADD =
-devdir = $(includedir)/chrysalide-$(subdir)
+devdir = $(includedir)/chrysalide/$(subdir)
dev_HEADERS = $(libarmv7opcodes_la_SOURCES:%c=)
diff --git a/plugins/arm/v7/operands/Makefile.am b/plugins/arm/v7/operands/Makefile.am
index e94665b..31f6a8a 100644
--- a/plugins/arm/v7/operands/Makefile.am
+++ b/plugins/arm/v7/operands/Makefile.am
@@ -16,7 +16,7 @@ libarmv7operands_la_SOURCES = \
libarmv7operands_la_LIBADD =
-devdir = $(includedir)/chrysalide-$(subdir)
+devdir = $(includedir)/chrysalide/$(subdir)
dev_HEADERS = $(libarmv7operands_la_SOURCES:%c=)
diff --git a/plugins/arm/v7/registers/Makefile.am b/plugins/arm/v7/registers/Makefile.am
index 46e4baf..94edf09 100644
--- a/plugins/arm/v7/registers/Makefile.am
+++ b/plugins/arm/v7/registers/Makefile.am
@@ -11,7 +11,7 @@ libarmv7registers_la_SOURCES = \
libarmv7registers_la_LIBADD =
-devdir = $(includedir)/chrysalide-$(subdir)
+devdir = $(includedir)/chrysalide/$(subdir)
dev_HEADERS = $(libarmv7registers_la_SOURCES:%c=)