]> git.lyx.org Git - lyx.git/blobdiff - config/common.am
cua.bind: switch shortcuts for bold and boldsymbol
[lyx.git] / config / common.am
index eba1a6a4d197eabc52f85ed6394cd02e59d6b90f..cabc35a4c02f05d628ea617de02841ebae80f543 100644 (file)
@@ -20,7 +20,7 @@ $(PCH_FILE): $(PCH_SOURCE)
        $(MAKE) PCH_FLAGS= pch-file
 
 pch-file:
-       $(CXXCOMPILE) -x c++-header $(PCH_SOURCE) -o $(PCH_FILE) \
+       $(CXXCOMPILE) -x c++-header -fPIC -DPIC $(PCH_SOURCE) -o $(PCH_FILE) \
        -MT $(PCH_FILE)  -MD -MP -MF "./$(PCH_FILE).Tdep" \
        && mv "./$(PCH_FILE).Tdep" "./$(PCH_FILE).dep" \
        || rm "./$(PCH_FILE).Tdep"
@@ -28,15 +28,4 @@ endif
 
 SUFFIXES = .gch
 
-if USE_INCLUDED_BOOST
-BOOST_INCLUDES = -I$(top_srcdir)/boost
-BOOST_LIBS = $(top_builddir)/boost/liblyxboost.la
-else
-BOOST_INCLUDES =
-BOOST_FILESYSTEM = -lboost_filesystem
-BOOST_REGEX = -lboost_regex
-BOOST_SIGNALS = -lboost_signals
-BOOST_IOSTREAMS = -lboost_iostreams
-endif
-
 LIBS =