]> git.lyx.org Git - lyx.git/blob - boost/libs/filesystem/src/Makefile.am
the AM_* flags patch
[lyx.git] / boost / libs / filesystem / src / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libboost_filesystem.la
4
5 AM_CPPFLAGS += \
6         $(PCH_FLAGS) \
7         -DBOOST_USER_CONFIG="<config.h>" \
8         $(BOOST_INCLUDES)
9
10 libboost_filesystem_la_SOURCES = \
11         convenience.cpp \
12         exception.cpp \
13         Makefile.am \
14         operations_posix_windows.cpp \
15         path_posix_windows.cpp