X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2FMakefile.am;h=d5ec00d7eb134af8c5c17baeb4aa40afd30dc70b;hb=fcaf5b5fc8a0949987d7e49949f2ce0a74792008;hp=84d6e3a682ea83363e203929736fcfc1c88044f8;hpb=60eb734651807fddb263ce715ebda6c93f26470d;p=lyx.git diff --git a/boost/Makefile.am b/boost/Makefile.am index 84d6e3a682..d5ec00d7eb 100644 --- a/boost/Makefile.am +++ b/boost/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/config/common.am -noinst_LTLIBRARIES = liblyxboost.la +noinst_LIBRARIES = liblyxboost.a # Using precompiled headers makes compilation >10% slower #EXTRA_DIST = pch.h @@ -16,7 +16,7 @@ AM_CPPFLAGS += $(BOOST_INCLUDES) if MONOLITHIC_BOOST -liblyxboost_la_SOURCES = \ +liblyxboost_a_SOURCES = \ lyxboost.cpp \ libs/regex/src/instances.cpp \ libs/regex/src/cpp_regex_traits.cpp \ @@ -24,13 +24,9 @@ liblyxboost_la_SOURCES = \ else -liblyxboost_la_SOURCES = \ - \ - libs/filesystem/src/exception.cpp \ - libs/filesystem/src/operations.cpp \ - libs/filesystem/src/path.cpp \ - libs/filesystem/src/portability.cpp \ +liblyxboost_a_SOURCES = \ \ + libs/regex/src/internals.hpp \ libs/regex/src/c_regex_traits.cpp \ libs/regex/src/cpp_regex_traits.cpp \ libs/regex/src/cregex.cpp \