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 | 4a73b4312c7717c71a1497b56e44c81d76e0105a (patch) | |
tree | 6bf163c132968ffd32c3d18735015752c2eaac9e | |
parent | 1bf96da2063f87b9f6f1c68e02c09943c5f2af9e (diff) |
Fix module installation
-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 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/ |