]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/test/Makefile
o) removed files that were moved to STEER
[u/mrichter/AliRoot.git] / SHUTTLE / test / Makefile
index 441cef908f9126b2016183c9768f1b84379ca0c1..5e89dd2cfe76c17832f723ae6f567180c4f82d63 100644 (file)
@@ -2,7 +2,7 @@
 include ../../build/Makefile.$(ALICE_TARGET)
 
 
-CLASSES = TestServer.cxx TestITSPreProcessor.cxx
+CLASSES = TestServer.cxx TestITSPreprocessor.cxx TestTPCPreprocessor.cxx
 
 DICT = DictTest.cxx
 
@@ -13,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)
 LIBS = $(shell root-config --libs)