]> git.lyx.org Git - features.git/blob - boost/libs/filesystem/src/Makefile.am
show custom bullet instead of "...", change from John.
[features.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_CXXFLAGS = -DBOOST_USER_CONFIG="<config.h>"
8
9 libboostfilesystem_la_SOURCES = \
10         convenience.cpp \
11         exception.cpp \
12         Makefile.am \
13         operations_posix_windows.cpp \
14         path_posix_windows.cpp