]> git.lyx.org Git - lyx.git/blobdiff - boost/Makefile.am
get_locale_dir(): add a fallback to po/ driectory in source tree in case LyX xas...
[lyx.git] / boost / Makefile.am
index 58439ff7125aaae30068bccdf7c53cee32702ad2..770c41a9bd2f5b9b7ebef0c61d235e0cb309e3c1 100644 (file)
@@ -1,12 +1,14 @@
 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
 #BUILT_SOURCES = $(PCH_FILE)
 #AM_CPPFLAGS += $(PCH_FLAGS)
 
+EXTRA_DIST = boost
+
 AM_CPPFLAGS += -DBOOST_USER_CONFIG="<config.h>" 
 AM_CPPFLAGS +=  $(BOOST_INCLUDES)
 
@@ -23,15 +25,6 @@ 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 \