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/dalvik/operands | |
parent | 2a429fde26212e8c8c9a5a44f9a4a06ee60a5208 (diff) |
Changed some installation paths and included a pkgconfig configuration.
Diffstat (limited to 'plugins/dalvik/operands')
-rw-r--r-- | plugins/dalvik/operands/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dalvik/operands/Makefile.am b/plugins/dalvik/operands/Makefile.am index 4dbae7f..4ce597a 100644 --- a/plugins/dalvik/operands/Makefile.am +++ b/plugins/dalvik/operands/Makefile.am @@ -7,7 +7,7 @@ libdalvikoperands_la_SOURCES = \ register.h register.c -devdir = $(includedir)/chrysalide-$(subdir) +devdir = $(includedir)/chrysalide/$(subdir) dev_HEADERS = $(libdalvikoperands_la_SOURCES:%c=) |