mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 17:39:58 +00:00
fd80d9ff4e
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8595 a592a061-630c-0410-9148-cb99ea01b6c8
15 lines
303 B
Makefile
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
|