]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
Remove cached var from RenderPreview. Changes elsewhere to suit.
[lyx.git] / src / support / Makefile.am
index 43e72c2f4ff2114e35af1b74a54bb3252d87c16e..721e7b80b36c3d8a20ceeb35666bd920d60510ad 100644 (file)
@@ -15,20 +15,17 @@ endif
 BUILT_SOURCES = path_defines.C
 
 libsupport_la_SOURCES = \
-       BoostFormat.h \
-       DebugStream.C \
-       DebugStream.h \
        FileInfo.C \
        FileInfo.h \
        FileMonitor.h \
        FileMonitor.C \
        abort.C \
        atoi.C \
-       boost-inst.C \
        chdir.C \
        copy.C \
        copied_ptr.h \
        cow_ptr.h \
+       debugstream.h \
        filename.C \
        filename.h \
        filetools.C \
@@ -40,6 +37,8 @@ libsupport_la_SOURCES = \
        forkedcontr.C \
        forkedcontr.h \
        getcwd.C \
+       globbing.C \
+       globbing.h \
        $(COMPRESSION) kill.C \
        limited_stack.h \
        lstrings.C \
@@ -66,11 +65,12 @@ libsupport_la_SOURCES = \
        rmdir.C \
        snprintf.h \
        snprintf.c \
+       socktools.C \
+       socktools.h \
        sstream.h \
        std_istream.h \
        std_ostream.h \
        std_sstream.h \
-       std_string.h \
        systemcall.C \
        systemcall.h \
        tempname.C \