aboutsummaryrefslogtreecommitdiff
path: root/butl/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-28 13:19:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-28 13:19:55 +0200
commit174d5f785d073cadafe56e7087fca35b08e4cc94 (patch)
tree334c6f90d6afbe51fdb66f77dd9eda56d25a1afb /butl/buildfile
parentfb4be044bfbadd7ad62e3aaeaaadb9f30d4769aa (diff)
Add dist support
Diffstat (limited to 'butl/buildfile')
-rw-r--r--butl/buildfile16
1 files changed, 15 insertions, 1 deletions
diff --git a/butl/buildfile b/butl/buildfile
index a1b5a32..b810b33 100644
--- a/butl/buildfile
+++ b/butl/buildfile
@@ -2,6 +2,20 @@
# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-lib{butl}: cxx{char-scanner fdstream filesystem path process timestamp}
+lib{butl}: \
+{ hxx cxx }{ char-scanner } \
+{ hxx cxx }{ fdstream } \
+{ hxx ixx cxx }{ filesystem } \
+{ hxx }{ multi-index } \
+{ hxx }{ optional } \
+{ hxx ixx txx cxx }{ path } \
+{ hxx }{ path-io } \
+{ hxx }{ path-map } \
+{ hxx txx }{ prefix-map } \
+{ hxx ixx cxx }{ process } \
+{ hxx txx }{ string-table } \
+{ hxx cxx }{ timestamp } \
+{ hxx }{ utility }
+
cxx.poptions += -I$src_root
lib{butl}: cxx.export.poptions = -I$src_root