diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-01 19:08:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-02 01:10:50 +0300 |
commit | 700f915508344f455a4d1a4bd7d3b2057f4d585b (patch) | |
tree | 74379117aa40e1812be370e7ed438e3a1f058b7c | |
parent | 75ebf7e4bf1aff86c4e73ae9aeedf82350e7affd (diff) |
Fix header installation
-rw-r--r-- | libstudxml/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstudxml/buildfile b/libstudxml/buildfile index 1073ee3..f3b016b 100644 --- a/libstudxml/buildfile +++ b/libstudxml/buildfile @@ -51,5 +51,5 @@ libs{studxml}: cc.export.poptions += -DLIBSTUDXML_SHARED # Install into the libstudxml/ subdirectory of, say, /usr/include/ recreating # subdirectories. Bold, I know. # -{hxx ixx txx}{*}: install = include/libstudxml/ -{hxx ixx txx}{*}: install.subdirs = true +{h hxx ixx txx}{*}: install = include/libstudxml/ +{h hxx ixx txx}{*}: install.subdirs = true |