]> git.lyx.org Git - lyx.git/blob - boost/libs/filesystem/src/Makefile.am
Remove the SConscript files in boost.
[lyx.git] / boost / libs / filesystem / src / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = pch.h
4
5 BUILT_SOURCES = $(PCH_FILE)
6
7 noinst_LTLIBRARIES = libboost_filesystem.la
8
9 AM_CPPFLAGS += \
10         $(PCH_FLAGS) \
11         -DBOOST_USER_CONFIG="<config.h>" \
12         $(BOOST_INCLUDES)
13
14 libboost_filesystem_la_SOURCES = \
15         convenience.cpp \
16         exception.cpp \
17         Makefile.am \
18         operations_posix_windows.cpp \
19         path_posix_windows.cpp