summaryrefslogtreecommitdiff
path: root/libhello/libhello/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libhello/libhello/buildfile')
-rw-r--r--libhello/libhello/buildfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/libhello/libhello/buildfile b/libhello/libhello/buildfile
index 833d23d..c108327 100644
--- a/libhello/libhello/buildfile
+++ b/libhello/libhello/buildfile
@@ -3,15 +3,7 @@ import impl_libs = libprint%lib{print} # Implementation dependency.
lib{hello}: {hxx ixx txx cxx}{** -version} hxx{version} $impl_libs $intf_libs
-# Include the generated version header into the distribution (so that we don't
-# pick up an installed one) and don't remove it when cleaning in src (so that
-# clean results in a state identical to distributed).
-#
hxx{version}: in{version} $src_root/manifest
-{
- dist = true
- clean = ($src_root != $out_root)
-}
hxx{export}@./: cxx.importable = false