From f0fb6aeab118255266370121db79ab2a2fed88ad Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 Sep 2009 18:41:38 +0200 Subject: Add the fs::basic_path class --- cutl/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cutl/makefile') 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 \ -- cgit v1.1