]> git.lyx.org Git - features.git/blobdiff - src/support/Makefile.am
Replace LString.h with support/std_string.h,
[features.git] / src / support / Makefile.am
index 04e5acaeb1c82883e987f9068b5b1f0b988a4c16..ae25732d74bac2e55dce97a4e512a3ce7673733d 100644 (file)
@@ -29,10 +29,6 @@ libsupport_la_SOURCES = \
        FileMonitor.C \
        LAssert.C \
        LAssert.h \
-       LIstream.h \
-       LOstream.h \
-       os.C \
-       os.h \
        abort.C \
        atoi.C \
        boost-inst.C \
@@ -62,6 +58,8 @@ libsupport_la_SOURCES = \
        $(LYXSTRING) lyxsum.C \
        mkdir.C \
        nt_defines.h \
+       os.C \
+       os.h \
        os2_defines.h \
        os2_errortable.h \
        path.C \
@@ -74,6 +72,10 @@ libsupport_la_SOURCES = \
        snprintf.h \
        snprintf.c \
        sstream.h \
+       std_istream.h \
+       std_ostream.h \
+       std_sstream.h \
+       std_string.h \
        systemcall.C \
        systemcall.h \
        tempname.C \