From afdee143326d9ca52cd18f174fa80029b0382df8 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 2 Sep 1998 21:30:58 +0000 Subject: [PATCH] Tweaks for final 0.53 --- Misc/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Misc/Makefile.am b/Misc/Makefile.am index 56a51a8fc..e35acf4f2 100644 --- a/Misc/Makefile.am +++ b/Misc/Makefile.am @@ -3,7 +3,9 @@ noinst_LIBRARIES = libMisc.a libMisc_a_SOURCES = \ - fgstream.cxx \ - zfstream.cxx + fgstream.cxx fgstream.hxx \ + stopwatch.hxx \ + strutils.cxx strutils.hxx \ + zfstream.cxx zfstream.hxx INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -- 2.39.5