]> git.lyx.org Git - lyx.git/blobdiff - boost/Makefile.am
Fix a bug noticed by Stefan: that the module UI was broken. The problem was introduce...
[lyx.git] / boost / Makefile.am
index b729a6f2b89ccd238b328340471933513b298ad1..b7c5a327f7af29a1e5ed14558cd334054f331e76 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/config/common.am
 
-pkglib_LTLIBRARIES = liblyxboost.la
+noinst_LTLIBRARIES = liblyxboost.la
 
 # Using precompiled headers makes compilation >10% slower
 #EXTRA_DIST = pch.h
@@ -23,25 +23,24 @@ liblyxboost_la_SOURCES = \
 else
 
 liblyxboost_la_SOURCES = \
-       \
-       libs/iostreams/src/file_descriptor.cpp \
-       libs/iostreams/src/mapped_file.cpp \
-       libs/iostreams/src/zlib.cpp \
        \
        libs/filesystem/src/exception.cpp \
        libs/filesystem/src/operations.cpp \
        libs/filesystem/src/path.cpp \
        libs/filesystem/src/portability.cpp \
        \
+       libs/regex/src/c_regex_traits.cpp \
+       libs/regex/src/cpp_regex_traits.cpp \
        libs/regex/src/cregex.cpp \
        libs/regex/src/fileiter.cpp \
+       libs/regex/src/instances.cpp \
+       libs/regex/src/posix_api.cpp \
        libs/regex/src/regex.cpp \
+       libs/regex/src/regex_debug.cpp \
        libs/regex/src/regex_raw_buffer.cpp \
        libs/regex/src/regex_traits_defaults.cpp \
        libs/regex/src/w32_regex_traits.cpp \
-       libs/regex/src/posix_api.cpp \
        libs/regex/src/wide_posix_api.cpp \
-       libs/regex/src/regex_debug.cpp \
        libs/regex/src/winstances.cpp \
        \
        libs/signals/src/connection.cpp \