]> git.lyx.org Git - lyx.git/blobdiff - boost/Makefile.am
Update my email and status.
[lyx.git] / boost / Makefile.am
index 770c41a9bd2f5b9b7ebef0c61d235e0cb309e3c1..d5ec00d7eb134af8c5c17baeb4aa40afd30dc70b 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/config/common.am
 
-noinst_LTLIBRARIES = liblyxboost.la
+noinst_LIBRARIES = liblyxboost.a
 
 # Using precompiled headers makes compilation >10% slower
 #EXTRA_DIST = pch.h
@@ -16,7 +16,7 @@ AM_CPPFLAGS +=  $(BOOST_INCLUDES)
 
 if MONOLITHIC_BOOST
 
-liblyxboost_la_SOURCES = \
+liblyxboost_a_SOURCES = \
        lyxboost.cpp \
        libs/regex/src/instances.cpp \
        libs/regex/src/cpp_regex_traits.cpp \
@@ -24,8 +24,9 @@ liblyxboost_la_SOURCES = \
 
 else
 
-liblyxboost_la_SOURCES = \
+liblyxboost_a_SOURCES = \
        \
+       libs/regex/src/internals.hpp \
        libs/regex/src/c_regex_traits.cpp \
        libs/regex/src/cpp_regex_traits.cpp \
        libs/regex/src/cregex.cpp \