diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 13:47:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 13:47:25 +0300 |
commit | 75ebf7e4bf1aff86c4e73ae9aeedf82350e7affd (patch) | |
tree | 73ac458376eaa7f5a968cac4f80287e8f6d3b504 | |
parent | 23149fff587f6b4001954b41898dad491c7c935a (diff) |
Redo header installation setup
-rw-r--r-- | libstudxml/buildfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libstudxml/buildfile b/libstudxml/buildfile index 204d84b..1073ee3 100644 --- a/libstudxml/buildfile +++ b/libstudxml/buildfile @@ -48,8 +48,8 @@ lib{studxml}: cc.export.poptions = "-I$out_root" "-I$src_root" liba{studxml}: cc.export.poptions += -DLIBSTUDXML_STATIC libs{studxml}: cc.export.poptions += -DLIBSTUDXML_SHARED -# Install into the libstudxml/ subdirectory of, say, /usr/include/. Bold, I -# know. +# Install into the libstudxml/ subdirectory of, say, /usr/include/ recreating +# subdirectories. Bold, I know. # -install.include = $install.include/libstudxml/ -install.include.subdirs = true # Recreate subdirectories. +{hxx ixx txx}{*}: install = include/libstudxml/ +{hxx ixx txx}{*}: install.subdirs = true |