From 388e416b07e127aa00bfa5bb76afcce5ef0d0bee Mon Sep 17 00:00:00 2001
From: "Stephen A. Wood" <zviwood@gmail.com>
Date: Fri, 2 Dec 2016 13:52:53 -0500
Subject: [PATCH] Add trigger data classes to Makefile

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e622ba3..cf31b3f 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ SRC  =  src/THcInterface.cxx src/THcParmList.cxx src/THcAnalyzer.cxx \
 	src/THcRasteredBeam.cxx\
 	src/THcRasterRawHit.cxx \
 	src/THcScalerEvtHandler.cxx \
-	src/THcHodoEff.cxx
+	src/THcHodoEff.cxx \
+	src/THcTrigApp.cxx src/THcTrigDet.cxx src/THcTrigRawHit.cxx
 
 # Name of your package. 
 # The shared library that will be built will get the name lib$(PACKAGE).so
-- 
GitLab