]> git.lyx.org Git - features.git/blobdiff - src/support/Makefile.am
More pch work.
[features.git] / src / support / Makefile.am
index 575e74faf1c05cf54e8085011cb415b37d7aa539..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,15 +14,15 @@ endif
 
 BUILT_SOURCES = path_defines.C
 
+AM_CXXFLAGS = $(PCH_FLAGS)
+
 libsupport_la_SOURCES = \
-       BoostFormat.h \
        FileInfo.C \
        FileInfo.h \
        FileMonitor.h \
        FileMonitor.C \
        abort.C \
        atoi.C \
-       boost-inst.C \
        chdir.C \
        copy.C \
        copied_ptr.h \
@@ -39,6 +39,8 @@ libsupport_la_SOURCES = \
        forkedcontr.C \
        forkedcontr.h \
        getcwd.C \
+       globbing.C \
+       globbing.h \
        $(COMPRESSION) kill.C \
        limited_stack.h \
        lstrings.C \
@@ -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 \