X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2FMakefile.am;h=c8bdf49a473ee647de43caaf6a1b035b35719eca;hb=c48091f33a773732fa6c789927e5833e44108d9d;hp=770c41a9bd2f5b9b7ebef0c61d235e0cb309e3c1;hpb=4113872d60f69fd27dba7af2eb4fc26aed3fc140;p=lyx.git diff --git a/boost/Makefile.am b/boost/Makefile.am index 770c41a9bd..c8bdf49a47 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,7 +24,7 @@ liblyxboost_la_SOURCES = \ else -liblyxboost_la_SOURCES = \ +liblyxboost_a_SOURCES = \ \ libs/regex/src/c_regex_traits.cpp \ libs/regex/src/cpp_regex_traits.cpp \