]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/test/Makefile
ALIROOT-5488 Add in EINCLUDE for SHUTTLE missing dirs
[u/mrichter/AliRoot.git] / SHUTTLE / test / Makefile
index 4afcac81eb2ffa359b0201aa3b68aef28caa0900..2c9c50d234ad2425407161b4050ff136f1016fb0 100644 (file)
@@ -2,7 +2,8 @@
 include ../../build/Makefile.$(ALICE_TARGET)
 
 
-CLASSES = TestServer.cxx TestITSPreprocessor.cxx TestTPCPreprocessor.cxx AliTPCDataDCS.cxx
+CLASSES = TestITSPreprocessorSPD.cxx TestTPCPreprocessor.cxx TestHMPIDPreprocessor.cxx AliTPCDataDCS.cxx \
+         TestZDCPreprocessor.cxx TestTRDPreprocessor.cxx
 DICT = DictTest.cxx
 
 HEADERS := $(patsubst %.cxx,%.h,$(CLASSES))
@@ -12,7 +13,7 @@ SRCS = $(CLASSES) $(DICT)
 OBJS := $(patsubst %.cxx,.obj/%.o,$(SRCS))
 DEPS := $(patsubst .obj/%.o,.dep/%.d,$(OBJS))
 
-INCDIR = -I$(shell root-config --incdir) -I../ -I../../include 
+INCDIR = -I$(shell root-config --incdir) -I../ -I../../include -I../../TPC
 CXXFLAGS += $(INCDIR)
 LIBDIR = $(shell root-config --libdir)