X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FMakefile.am;h=a63bb89681c09ed01398e548344a126464f78ade;hb=e04079aa528ecbf4a8e39ed2b19c3cb50174e151;hp=d926e868f826548c3b3c62e8cf95f0ac58bece74;hpb=af5f69cea77a4ebf277f0e951b66f1d833d46bf4;p=lyx.git diff --git a/src/support/Makefile.am b/src/support/Makefile.am index d926e868f8..a63bb89681 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -35,6 +35,8 @@ liblyxsupport_a_SOURCES = \ FileMonitor.cpp \ RandomAccessList.h \ bind.h \ + Cache.h \ + Changer.h \ ConsoleApplication.cpp \ ConsoleApplication.h \ ConsoleApplicationPrivate.h \ @@ -56,7 +58,6 @@ liblyxsupport_a_SOURCES = \ FileNameList.h \ filetools.cpp \ filetools.h \ - foreach.h \ ForkedCalls.cpp \ ForkedCalls.h \ functional.h \ @@ -90,13 +91,13 @@ liblyxsupport_a_SOURCES = \ qstring_helpers.cpp \ qstring_helpers.h \ regex.h \ + RefChanger.h \ socktools.cpp \ socktools.h \ strfwd.h \ Systemcall.cpp \ Systemcall.h \ SystemcallPrivate.h \ - shared_ptr.h \ TempFile.cpp \ TempFile.h \ textutils.h \