lyx_mirror/boost/libs/filesystem/src/Makefile.am
Lars Gullik Bjønnes fd80d9ff4e Define BOOST_USER_CONFIG.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8595 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-03 09:06:18 +00:00

15 lines
303 B
Makefile

include $(top_srcdir)/config/common.am
noinst_LTLIBRARIES = libboostfilesystem.la
INCLUDES = $(BOOST_INCLUDES)
AM_CXXFLAGS = -DBOOST_USER_CONFIG="<config.h>"
libboostfilesystem_la_SOURCES = \
convenience.cpp \
exception.cpp \
Makefile.am \
operations_posix_windows.cpp \
path_posix_windows.cpp