diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:35:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:35:09 +0300 |
commit | 052789ba200c51ce0c5f9734067dea119e2d4c64 (patch) | |
tree | 1c03f295d36ca50faf0308b1b79da5367ab96b40 /libmprint | |
parent | 3d3634367e187d92484bb747f682ec2022eee6b4 (diff) |
Remove target/scope irregularity workarounds
Diffstat (limited to 'libmprint')
-rw-r--r-- | libmprint/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmprint/buildfile b/libmprint/buildfile index 119c7e2..b40b399 100644 --- a/libmprint/buildfile +++ b/libmprint/buildfile @@ -2,4 +2,4 @@ # Don't install tests. # -dir{tests/}: install = false +tests/: install = false |