From 75ebf7e4bf1aff86c4e73ae9aeedf82350e7affd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 31 Jul 2017 13:47:25 +0300 Subject: Redo header installation setup --- libstudxml/buildfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libstudxml') 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 -- cgit v1.1