diff options
Diffstat (limited to 'plugins/arm/python')
-rw-r--r-- | plugins/arm/python/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/arm/python/v7/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/arm/python/Makefile.am b/plugins/arm/python/Makefile.am index 8edc5dc..f09baee 100644 --- a/plugins/arm/python/Makefile.am +++ b/plugins/arm/python/Makefile.am @@ -12,7 +12,7 @@ libarmpython_la_LIBADD = \ libarmpython_la_LDFLAGS = -devdir = $(includedir)/chrysalide-$(subdir) +devdir = $(includedir)/chrysalide/$(subdir) dev_HEADERS = $(libarmpython_la_SOURCES:%c=) diff --git a/plugins/arm/python/v7/Makefile.am b/plugins/arm/python/v7/Makefile.am index 0e96605..06dc4af 100644 --- a/plugins/arm/python/v7/Makefile.am +++ b/plugins/arm/python/v7/Makefile.am @@ -9,7 +9,7 @@ libarmpythonv7_la_SOURCES = \ libarmpythonv7_la_LDFLAGS = -devdir = $(includedir)/chrysalide-$(subdir) +devdir = $(includedir)/chrysalide/$(subdir) dev_HEADERS = $(libarmpythonv7_la_SOURCES:%c=) |