mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 19:59:46 +00:00
2734e8288d
* boost/libs/iostreams/src/bzip2.cpp remove since it requires bzip2.h * boost/libs/iostreams/src/Makefile.am remove bzip2.cpp git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13735 a592a061-630c-0410-9148-cb99ea01b6c8
18 lines
326 B
Makefile
18 lines
326 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
EXTRA_DIST = pch.h
|
|
|
|
BUILT_SOURCES = $(PCH_FILE)
|
|
|
|
noinst_LTLIBRARIES = libboost_iostreams.la
|
|
|
|
AM_CPPFLAGS += \
|
|
$(PCH_FLAGS) \
|
|
-DBOOST_USER_CONFIG="<config.h>" \
|
|
$(BOOST_INCLUDES)
|
|
|
|
libboost_iostreams_la_SOURCES = \
|
|
file_descriptor.cpp \
|
|
mapped_file.cpp \
|
|
zlib.cpp
|