diff options
-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 |