]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
* translator.h: use bind, equal_to instead of equal_1st_in_pair
[lyx.git] / src / support / Makefile.am
index 85b6e14916b78bd2b783a3f68121e7826b628ac2..8dd8cbc26a9056ad9d0895ca9d3be3d405e50850 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libsupport.la
 
-CLEANFILES = path_defines.C
+CLEANFILES += path_defines.C
 
 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
@@ -14,6 +14,8 @@ endif
 
 BUILT_SOURCES = path_defines.C
 
+AM_CXXFLAGS = $(PCH_FLAGS)
+
 libsupport_la_SOURCES = \
        FileInfo.C \
        FileInfo.h \
@@ -44,7 +46,6 @@ libsupport_la_SOURCES = \
        lstrings.C \
        lstrings.h \
        lyxalgo.h \
-       lyxfunctional.h \
        lyxlib.h \
        lyxmanip.h \
        lyxtime.C \
@@ -62,14 +63,10 @@ libsupport_la_SOURCES = \
        putenv.C \
        rename.C \
        rmdir.C \
-       snprintf.h \
-       snprintf.c \
        socktools.C \
        socktools.h \
-       sstream.h \
        std_istream.h \
        std_ostream.h \
-       std_sstream.h \
        systemcall.C \
        systemcall.h \
        tempname.C \