--- ParDirCalc/Makefile 2008/01/17 16:15:13 1.1.1.1 +++ ParDirCalc/Makefile 2008/09/16 09:38:49 1.2 @@ -7,7 +7,7 @@ LIBS = $(PAM_LIB)/libyoda.so $(PAM_LIB)/libDarthVader.so $(PAM_LIB)/libPamLevel2.so `root-config --cflags --glibs` INCS =-I `root-config --incdir` -I$(PAM_INC) -I$(PAM_INC)/yoda/ -I./ -SRCS = TrAng.cpp +SRCS = TrAng.cpp option.cpp EXE = QtoInclination.exe # pattern rule to compile object files from C files # might not work with make programs other than GNU make