mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add missing boost files to source package
and remove Visual Studio files, we build with CMake on Windows.
This commit is contained in:
parent
2393d2545a
commit
6de524e6cf
7
3rdparty/boost/Makefile.am
vendored
7
3rdparty/boost/Makefile.am
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user