From 6a20f908a107e1eac0904543c9fc7c23260030c6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Aug 2017 11:39:50 +0200 Subject: Fix module installation --- libbutl/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbutl/buildfile') 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 -- cgit v1.1