]> git.lyx.org Git - features.git/commitdiff
fix file list for the updated boost library
authorMichael Schmitt <michael.schmitt@teststep.org>
Wed, 6 Sep 2006 11:18:57 +0000 (11:18 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Wed, 6 Sep 2006 11:18:57 +0000 (11:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14912 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py

index 8853e758fa844342336b3229570171dfb70c1f5a..d413137d083f41056391016cee9af83170983957 100644 (file)
@@ -75,10 +75,10 @@ boost_libs_regex_src_files = Split('''
 
 
 boost_libs_filesystem_src_files = Split('''
-    convenience.cpp
     exception.cpp
-    operations_posix_windows.cpp
-    path_posix_windows.cpp
+    operations.cpp
+    path.cpp
+    portability.cpp
 ''')