X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FMakefile.am;h=721e7b80b36c3d8a20ceeb35666bd920d60510ad;hb=005545f28100fd30afa22313d6e3b1b67aa9a857;hp=235d127016d21fe89a34c808b45b033ee38ae0fd;hpb=35c0c230d7661da940992d741a544c69b61f827d;p=lyx.git diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 235d127016..721e7b80b3 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -15,14 +15,12 @@ endif BUILT_SOURCES = path_defines.C 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 +37,8 @@ libsupport_la_SOURCES = \ forkedcontr.C \ forkedcontr.h \ getcwd.C \ + globbing.C \ + globbing.h \ $(COMPRESSION) kill.C \ limited_stack.h \ lstrings.C \ @@ -65,6 +65,8 @@ libsupport_la_SOURCES = \ rmdir.C \ snprintf.h \ snprintf.c \ + socktools.C \ + socktools.h \ sstream.h \ std_istream.h \ std_ostream.h \