Index: trunk/MagicSoft/Mars/meventdisp/Makefile
===================================================================
--- trunk/MagicSoft/Mars/meventdisp/Makefile	(revision 665)
+++ trunk/MagicSoft/Mars/meventdisp/Makefile	(revision 959)
@@ -22,5 +22,5 @@
 #  connect the include files defined in the config.mk file
 #
-INCLUDES = -I. -I../mbase -I../mraw
+INCLUDES = -I. -I../mbase -I../mraw -I../mgui -I../manalysis
 
 #------------------------------------------------------------------------------
@@ -28,5 +28,7 @@
 .SUFFIXES: .c .cc .cxx .h .hxx .o 
 
-SRCFILES = MGFadcDisp.cc
+SRCFILES = MGEvtDisplay.cc \
+	   MGFadcDisp.cc \
+	   MGCamDisplay.cc
 
 SRCS    = $(SRCFILES)
