X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=config%2Fcommon.am;h=fbfb2c82fbf17eed2961c5df9eab48120e9e8efe;hb=2de99bed22564af4d535bdfb61b07a0745e71d76;hp=12c7d3d07d08369d8d1be32f4c32db0de276c99e;hpb=d4548a95d68073c858b7a4b67d034a581e4ed036;p=lyx.git diff --git a/config/common.am b/config/common.am index 12c7d3d07d..fbfb2c82fb 100644 --- a/config/common.am +++ b/config/common.am @@ -1,5 +1,3 @@ -AUTOMAKE_OPTIONS = foreign dist-bzip2 - CLEANFILES = pch.h.gch DISTCLEANFILES= pch.h.gch.dep *.orig *.rej *~ *.bak core @@ -35,11 +33,13 @@ BOOST_INCLUDES = -I$(top_srcdir)/boost BOOST_FILESYSTEM = $(top_builddir)/boost/libs/filesystem/src/libboost_filesystem.la BOOST_REGEX = $(top_builddir)/boost/libs/regex/src/libboost_regex.la BOOST_SIGNALS = $(top_builddir)/boost/libs/signals/src/libboost_signals.la +BOOST_IOSTREAMS = $(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la else BOOST_INCLUDES = BOOST_FILESYSTEM = -lboost_filesystem BOOST_REGEX = -lboost_regex BOOST_SIGNALS = -lboost_signals +BOOST_IOSTREAMS = -lboost_iostreams endif LIBS =