]> git.lyx.org Git - lyx.git/blob - boost/libs/filesystem/src/Makefile.am
More pch work.
[lyx.git] / boost / libs / filesystem / src / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libboostfilesystem.la
4
5 INCLUDES = $(BOOST_INCLUDES)
6
7 AM_CPPFLAGS = -DBOOST_USER_CONFIG="<config.h>"
8 AM_CXXFLAGS = $(PCH_FLAGS)
9
10 libboostfilesystem_la_SOURCES = \
11         convenience.cpp \
12         exception.cpp \
13         Makefile.am \
14         operations_posix_windows.cpp \
15         path_posix_windows.cpp