Index: trunk/MagicSoft/Cosy/Makefile
===================================================================
--- trunk/MagicSoft/Cosy/Makefile	(revision 914)
+++ trunk/MagicSoft/Cosy/Makefile	(revision 924)
@@ -23,5 +23,5 @@
 SOLIB    = 
 CINT     = M
-INCLUDES = -I. -Iincl -Ibase -Igui -Idevdrv -Icandrv -Ivideodev -Icatalog
+INCLUDES = -I. -Imain  -Ibase -Icandrv -Iincl -Igui -Ivideodev -Icatalog
 LIBS     = -lpng -lz -L/usr/X11R6/lib -lpthread
 
@@ -38,4 +38,5 @@
 #
 SUBDIRS = \
+        main     \
         gui      \
         candrv   \
@@ -52,5 +53,5 @@
 .SUFFIXES: .c .cc .h .o 
 
-SRCFILES = MCosy.cc Starguider.cc
+SRCFILES =
 
 SRCS    = $(SRCFILES)
@@ -112,4 +113,7 @@
 	@cd catalog; make mrproper; cd ..
 	@echo "cd .."
+	@echo "cd main"
+	@cd main; make mrproper; cd ..
+	@echo "cd .."
 
 tar:	mrproper
