--- YodaProfiler/Makefile 2006/09/11 15:29:37 1.6 +++ YodaProfiler/Makefile 2006/10/17 15:19:46 1.7 @@ -62,7 +62,12 @@ # -- CPP - no libraries -- CPPSRCS=${DIRSRC}/YodaProfilerVerl2.cpp \ - ${DIRSRC}/PamelaDBOperations.cpp + ${DIRSRC}/PamelaDBOperations.cpp \ + ${DIRSRC}/cEci.cpp \ + ${DIRSRC}/cJulian.cpp \ + ${DIRSRC}/cTle.cpp \ + ${DIRSRC}/cVector.cpp \ + ${DIRSRC}/globals.cpp CPPOBJS=$(CPPSRCS:${DIRSRC}%.cpp=${DIRLIB}%.o) # -- C - no libraries --