]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / Makefile.am
index 235d127016d21fe89a34c808b45b033ee38ae0fd..a21958e61afa810385f271d1305b88992fd99df6 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 \
@@ -63,12 +64,10 @@ libsupport_la_SOURCES = \
        putenv.C \
        rename.C \
        rmdir.C \
-       snprintf.h \
-       snprintf.c \
-       sstream.h \
+       socktools.C \
+       socktools.h \
        std_istream.h \
        std_ostream.h \
-       std_sstream.h \
        systemcall.C \
        systemcall.h \
        tempname.C \