aboutsummaryrefslogtreecommitdiff
path: root/cutl/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-13 18:41:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-13 18:41:38 +0200
commitf0fb6aeab118255266370121db79ab2a2fed88ad (patch)
tree25deca2aaf0ce2cf468f6d1253b075758ddf926e /cutl/makefile
parent29c8ce737f513766673fd3e57e30233d9fcce159 (diff)
Add the fs::basic_path class
Diffstat (limited to 'cutl/makefile')
-rw-r--r--cutl/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cutl/makefile b/cutl/makefile
index 635524e..f5adfce 100644
--- a/cutl/makefile
+++ b/cutl/makefile
@@ -7,6 +7,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
cxx_tun := shared-ptr/base.cxx
+cxx_tun += fs/path.cxx
+
cxx_tun += \
compiler/context.cxx \
compiler/type-info.cxx \