From 4a73b4312c7717c71a1497b56e44c81d76e0105a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Aug 2017 09:35:40 +0200 Subject: Fix module installation --- libmhello/libmhello/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmhello/libmhello/buildfile b/libmhello/libmhello/buildfile index 0121f24..f63f7c4 100644 --- a/libmhello/libmhello/buildfile +++ b/libmhello/libmhello/buildfile @@ -12,4 +12,4 @@ else # Install into the libmhello/ subdirectory of, say, /usr/include/. # -{hxx ixx txx}{*}: install = include/$project/ +mxx{*}: install = include/$project/ -- cgit v1.1