X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2FMakefile.am;h=c8bdf49a473ee647de43caaf6a1b035b35719eca;hb=2dfa11904f00a3be13e6968c19ba02480ec4e72d;hp=b7c5a327f7af29a1e5ed14558cd334054f331e76;hpb=49e028db9b260829f93c2b2ae6002ba133854880;p=lyx.git diff --git a/boost/Makefile.am b/boost/Makefile.am index b7c5a327f7..c8bdf49a47 100644 --- a/boost/Makefile.am +++ b/boost/Makefile.am @@ -1,12 +1,14 @@ 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 #BUILT_SOURCES = $(PCH_FILE) #AM_CPPFLAGS += $(PCH_FLAGS) +EXTRA_DIST = boost + AM_CPPFLAGS += -DBOOST_USER_CONFIG="" AM_CPPFLAGS += $(BOOST_INCLUDES) @@ -14,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 \ @@ -22,12 +24,7 @@ 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/c_regex_traits.cpp \ libs/regex/src/cpp_regex_traits.cpp \