From 696668c7ddd73f9169ff389c5e1f988f7a2b13e5 Mon Sep 17 00:00:00 2001 From: "Stephen A. Wood" <saw@jlab.org> Date: Tue, 23 Jun 2015 17:14:38 -0400 Subject: [PATCH] Include THcScalerEvtHandler in Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a56fa8..6395c76 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,8 @@ SRC = src/THcInterface.cxx src/THcParmList.cxx src/THcAnalyzer.cxx \ src/THcFormula.cxx\ src/THcRaster.cxx\ src/THcRasteredBeam.cxx\ - src/THcRasterRawHit.cxx + src/THcRasterRawHit.cxx \ + src/THcScalerEvtHandler.cxx # Name of your package. # The shared library that will be built will get the name lib$(PACKAGE).so -- GitLab