From 6de524e6cf2d13636b04b9bb850d0a8b1eaa398b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sat, 13 Feb 2016 18:34:08 +0100 Subject: [PATCH] Add missing boost files to source package and remove Visual Studio files, we build with CMake on Windows. --- 3rdparty/boost/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) -- 2.39.2