diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-02 09:35:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-02 09:35:40 +0200 |
commit | d83bc2f529fef50f74478a2c294f1138cc86d5e2 (patch) | |
tree | 6d35481c5e97bacbef77570faf29fe8b209dfecb /libmhello | |
parent | 467023d30ee2b0561d62853ef820cf87d6a353f2 (diff) |
Fix module installation
Diffstat (limited to 'libmhello')
-rw-r--r-- | libmhello/libmhello/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmhello/libmhello/buildfile b/libmhello/libmhello/buildfile index 627d126..b8c84ae 100644 --- a/libmhello/libmhello/buildfile +++ b/libmhello/libmhello/buildfile @@ -16,4 +16,4 @@ lib{mhello}: cxx.export.libs = $int_libs # Install into the libmhello/ subdirectory of, say, /usr/include/. # -{hxx ixx txx}{*}: install = include/$project/ +mxx{*}: install = include/$project/ |