lyx_mirror/boost/libs/filesystem/src/Makefile.am
Lars Gullik Bjønnes a78c91bdbb make sure to dist pch.h and mark PCH_FILE as a built file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10173 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-12 23:42:23 +00:00

20 lines
365 B
Makefile

include $(top_srcdir)/config/common.am
EXTRA_DIST = pch.h
BUILT_SOURCES = $(PCH_FILE)
noinst_LTLIBRARIES = libboost_filesystem.la
AM_CPPFLAGS += \
$(PCH_FLAGS) \
-DBOOST_USER_CONFIG="<config.h>" \
$(BOOST_INCLUDES)
libboost_filesystem_la_SOURCES = \
convenience.cpp \
exception.cpp \
Makefile.am \
operations_posix_windows.cpp \
path_posix_windows.cpp