Index: trunk/MagicSoft/Mars/mpointing/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mpointing/Makefile	(revision 3568)
+++ trunk/MagicSoft/Mars/mpointing/Makefile	(revision 3570)
@@ -22,5 +22,6 @@
 #  connect the include files defined in the config.mk file
 #
-INCLUDES = -I. -I../mbase -I../mraw -I../mreport -I../mmc -I../mastro
+INCLUDES = -I. -I../mbase -I../mraw -I../mreport -I../mmc \
+           -I../mastro -I../mgeom
 
 #------------------------------------------------------------------------------
@@ -29,5 +30,7 @@
 
 SRCFILES = MPointingPos.cc \
-	   MPointingPosCalc.cc
+	   MPointingPosCalc.cc \
+           MSrcPosCam.cc \
+           MSrcPosCalc.cc
 
 SRCS    = $(SRCFILES)
