diff options
Diffstat (limited to 'plugins/yaml/python')
-rw-r--r-- | plugins/yaml/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/yaml/python/Makefile.am b/plugins/yaml/python/Makefile.am index 2e66970..4662a8e 100644 --- a/plugins/yaml/python/Makefile.am +++ b/plugins/yaml/python/Makefile.am @@ -14,7 +14,7 @@ libyamlpython_la_SOURCES = \ libyamlpython_la_LDFLAGS = -devdir = $(includedir)/chrysalide-$(subdir) +devdir = $(includedir)/chrysalide/$(subdir) dev_HEADERS = $(libyamlpython_la_SOURCES:%c=) |