]> 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 04e5acaeb1c82883e987f9068b5b1f0b988a4c16..721e7b80b36c3d8a20ceeb35666bd920d60510ad 100644 (file)
@@ -6,12 +6,7 @@ CLEANFILES = path_defines.C
 
 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
-EXTRA_DIST = path_defines.C.in lyxstring.C lyxstring.h \
-            os_unix.C os_win32.C os_os2.C
-
-if USE_LYXSTRING
-LYXSTRING = lyxstring.C lyxstring.h
-endif
+EXTRA_DIST = path_defines.C.in os_unix.C os_win32.C os_os2.C
 
 if USE_COMPRESSION
 COMPRESSION = gzstream.C gzstream.h
@@ -20,24 +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 \
-       LAssert.C \
-       LAssert.h \
-       LIstream.h \
-       LOstream.h \
-       os.C \
-       os.h \
        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 \
@@ -49,6 +37,8 @@ libsupport_la_SOURCES = \
        forkedcontr.C \
        forkedcontr.h \
        getcwd.C \
+       globbing.C \
+       globbing.h \
        $(COMPRESSION) kill.C \
        limited_stack.h \
        lstrings.C \
@@ -59,9 +49,11 @@ libsupport_la_SOURCES = \
        lyxmanip.h \
        lyxtime.C \
        lyxtime.h \
-       $(LYXSTRING) lyxsum.C \
+       lyxsum.C \
        mkdir.C \
        nt_defines.h \
+       os.C \
+       os.h \
        os2_defines.h \
        os2_errortable.h \
        path.C \
@@ -73,7 +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 \
        systemcall.C \
        systemcall.h \
        tempname.C \