diff options
Diffstat (limited to 'plugins/bootimg/python')
-rw-r--r-- | plugins/bootimg/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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=) |