From: Peter Kümmel Date: Sat, 13 Feb 2016 17:34:08 +0000 (+0100) Subject: Add missing boost files to source package X-Git-Tag: 2.2.0rc1~151 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6de524e6cf2d13636b04b9bb850d0a8b1eaa398b;p=features.git Add missing boost files to source package and remove Visual Studio files, we build with CMake on Windows. --- diff --git a/3rdparty/boost/Makefile.am b/3rdparty/boost/Makefile.am index cfac86b4b9..fcb9ff7aed 100644 --- a/3rdparty/boost/Makefile.am +++ b/3rdparty/boost/Makefile.am @@ -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="" AM_CPPFLAGS += $(BOOST_INCLUDES)