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/arm/v7/operands | |
parent | 2a429fde26212e8c8c9a5a44f9a4a06ee60a5208 (diff) |
Changed some installation paths and included a pkgconfig configuration.
Diffstat (limited to 'plugins/arm/v7/operands')
-rw-r--r-- | plugins/arm/v7/operands/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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=) |