commit 6de524e6cf2d13636b04b9bb850d0a8b1eaa398b
Author: Peter Kümmel <[email protected]>
Date: Sat Feb 13 18:34:08 2016 +0100
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 cfac86b..fcb9ff7 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="<config.h>"
AM_CPPFLAGS += $(BOOST_INCLUDES)