]> 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 441cef908f9126b2016183c9768f1b84379ca0c1..2c9c50d234ad2425407161b4050ff136f1016fb0 100644 (file)
@@ -2,8 +2,8 @@
 include ../../build/Makefile.$(ALICE_TARGET)
 
 
-CLASSES = TestServer.cxx TestITSPreProcessor.cxx
-
+CLASSES = TestITSPreprocessorSPD.cxx TestTPCPreprocessor.cxx TestHMPIDPreprocessor.cxx AliTPCDataDCS.cxx \
+         TestZDCPreprocessor.cxx TestTRDPreprocessor.cxx
 DICT = DictTest.cxx
 
 HEADERS := $(patsubst %.cxx,%.h,$(CLASSES))
@@ -13,10 +13,10 @@ 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)
-LIBS = $(shell root-config --libs)
+
 
 SHARED = -shared