From 506e4e51af1d5c7263cf6c5345cca39b1861f3ba Mon Sep 17 00:00:00 2001 From: Eric Morway Date: Wed, 9 Aug 2023 20:44:48 -0700 Subject: [PATCH] casualty of redoing merges with rebases, possibly? --- make/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/make/makefile b/make/makefile index 6e36c873a17..949b794b820 100644 --- a/make/makefile +++ b/make/makefile @@ -90,6 +90,7 @@ $(OBJDIR)/MemoryHelper.o \ $(OBJDIR)/CharString.o \ $(OBJDIR)/Memory.o \ $(OBJDIR)/List.o \ +$(OBJDIR)/LongLineReader.o \ $(OBJDIR)/MemoryList.o \ $(OBJDIR)/TimeSeriesRecord.o \ $(OBJDIR)/BlockParser.o \