]> git.lyx.org Git - features.git/blobdiff - 3rdparty/boost/Makefile.am
Add the perl-mode-line for emacs to perl scripts
[features.git] / 3rdparty / boost / Makefile.am
index 54d34e3ecae80e0f3d8cb472f908dc2cfc017442..a273de15a3dd81885ea67915d8ac8d3d700a8bc7 100644 (file)
@@ -7,15 +7,13 @@ EXTRA_DIST = boost \
        LICENSE_1_0.txt \
        libs/CMakeLists.txt \
        libs/regex/CMakeLists.txt \
-       libs/regex/src/CMakeLists.txt
+       libs/regex/src/CMakeLists.txt \
+       libs/regex/src/usinstances.cpp
+# The last file above is only compiled for msvc (see cmake)
 
 AM_CPPFLAGS += -DBOOST_USER_CONFIG="<config.h>" 
 AM_CPPFLAGS +=  $(BOOST_INCLUDES)
 
-if LYX_USE_STD_REGEX
-
-else
-
 # This version is more than three times faster than the one below
 
 if MONOLITHIC_BOOST
@@ -24,8 +22,8 @@ liblyxboost_a_SOURCES = \
        lyxboost.cpp \
        libs/regex/src/instances.cpp \
        libs/regex/src/cpp_regex_traits.cpp \
-       libs/regex/src/c_regex_traits.cpp 
-
+       libs/regex/src/c_regex_traits.cpp \
+       libs/regex/src/wc_regex_traits.cpp 
 
 else
 
@@ -42,10 +40,10 @@ liblyxboost_a_SOURCES = \
        libs/regex/src/regex_raw_buffer.cpp \
        libs/regex/src/regex_traits_defaults.cpp \
        libs/regex/src/w32_regex_traits.cpp \
+       libs/regex/src/wc_regex_traits.cpp \
        libs/regex/src/wide_posix_api.cpp \
        libs/regex/src/winstances.cpp \
        libs/regex/src/static_mutex.cpp
 
 endif #MONOLITHIC_BOOST
 
-endif #LYX_USE_STD_REGEX