]> git.lyx.org Git - lyx.git/blob - 3rdparty/boost/Makefile.am
remove most traces of boost::regex
[lyx.git] / 3rdparty / boost / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = boost \
4         CMakeLists.txt \
5         LICENSE_1_0.txt \
6         libs/CMakeLists.txt \
7         libs/regex/CMakeLists.txt \
8         libs/regex/src/CMakeLists.txt \
9         libs/regex/src/usinstances.cpp
10 # The last file above is only compiled for msvc (see cmake)
11
12 AM_CPPFLAGS += -DBOOST_USER_CONFIG="<config.h>" 
13 AM_CPPFLAGS +=  $(BOOST_INCLUDES)
14