]> git.lyx.org Git - lyx.git/commitdiff
Add missing boost files to source package
authorPeter Kümmel <kuemmel@lyx.org>
Sat, 13 Feb 2016 17:34:08 +0000 (18:34 +0100)
committerPeter Kümmel <kuemmel@lyx.org>
Sat, 13 Feb 2016 18:03:42 +0000 (19:03 +0100)
and remove Visual Studio files, we build with CMake on Windows.

3rdparty/boost/Makefile.am

index cfac86b4b95a3abd5c5c5e9d3dc67feb2276c274..fcb9ff7aed5af061d302d010e038d3259b292f84 100644 (file)
@@ -4,13 +4,14 @@ noinst_LIBRARIES = liblyxboost.a
 
 EXTRA_DIST = boost \
        CMakeLists.txt \
+       LICENSE_1_0.txt \
        libs/CMakeLists.txt \
        libs/regex/CMakeLists.txt \
-       libs/regex/regex.vcproj \
        libs/regex/src/CMakeLists.txt \
        libs/signals/CMakeLists.txt \
-       libs/signals/signals.vcproj \
-       libs/signals/src/CMakeLists.txt
+       libs/signals/src/CMakeLists.txt \
+       boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp \
+       boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp 
 
 AM_CPPFLAGS += -DBOOST_USER_CONFIG="<config.h>" 
 AM_CPPFLAGS +=  $(BOOST_INCLUDES)