X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FMakefile.am;h=ae25732d74bac2e55dce97a4e512a3ce7673733d;hb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;hp=04e5acaeb1c82883e987f9068b5b1f0b988a4c16;hpb=91de22ef340abbf1e9ba7d422bcd9024fa90d63f;p=features.git diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 04e5acaeb1..ae25732d74 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -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 \