mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 01:22:33 +00:00
a78c91bdbb
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10173 a592a061-630c-0410-9148-cb99ea01b6c8
20 lines
365 B
Makefile
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
|