]> git.lyx.org Git - features.git/blobdiff - src/support/Makefile.am
More pch work.
[features.git] / src / support / Makefile.am
index 721e7b80b36c3d8a20ceeb35666bd920d60510ad..3cec025d68fd89f08714fe1c1c288d3bc55adbfd 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 \
@@ -51,7 +53,6 @@ libsupport_la_SOURCES = \
        lyxtime.h \
        lyxsum.C \
        mkdir.C \
-       nt_defines.h \
        os.C \
        os.h \
        os2_defines.h \
@@ -67,10 +68,8 @@ libsupport_la_SOURCES = \
        snprintf.c \
        socktools.C \
        socktools.h \
-       sstream.h \
        std_istream.h \
        std_ostream.h \
-       std_sstream.h \
        systemcall.C \
        systemcall.h \
        tempname.C \