diff options
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/elf/python/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/elf/Makefile.am b/plugins/elf/Makefile.am index 35ab3fe..8a8ce5b 100644 --- a/plugins/elf/Makefile.am +++ b/plugins/elf/Makefile.am @@ -49,7 +49,7 @@ libelf_la_LDFLAGS = \ $(PYTHON3_LDFLAGS) -devdir = $(includedir)/chrysalide-$(subdir) +devdir = $(includedir)/chrysalide/$(subdir) dev_HEADERS = $(libelf_la_SOURCES:%c=) diff --git a/plugins/elf/python/Makefile.am b/plugins/elf/python/Makefile.am index c777dc1..29b7d98 100644 --- a/plugins/elf/python/Makefile.am +++ b/plugins/elf/python/Makefile.am @@ -14,7 +14,7 @@ libelfpython_la_SOURCES = \ libelfpython_la_LDFLAGS = -devdir = $(includedir)/chrysalide-$(subdir) +devdir = $(includedir)/chrysalide/$(subdir) dev_HEADERS = $(libelfpython_la_SOURCES:%c=) |