diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-02 11:39:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-02 11:39:50 +0200 |
commit | 6a20f908a107e1eac0904543c9fc7c23260030c6 (patch) | |
tree | 1c297afcc8349d3fb6e2853909509b373730bd08 | |
parent | a839d54d92d2d21eab396d02247f0d8fbd9faaff (diff) |
Fix module installation
-rw-r--r-- | libbutl/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile index 12fb5ec..2b8be24 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -51,5 +51,5 @@ else # Install into the libbutl/ subdirectory of, say, /usr/include/ recreating # subdirectories. # -{hxx ixx txx}{*}: install = include/libbutl/ -{hxx ixx txx}{*}: install.subdirs = true +{mxx hxx ixx txx}{*}: install = include/$project/ +{mxx hxx ixx txx}{*}: install.subdirs = true |