Index: trunk/MagicSoft/Cosy/videodev/Makefile
===================================================================
--- trunk/MagicSoft/Cosy/videodev/Makefile	(revision 1691)
+++ trunk/MagicSoft/Cosy/videodev/Makefile	(revision 1802)
@@ -20,5 +20,5 @@
 # @endcode 
 
-INCLUDES = -I. -I.. -I../incl -I../base -I/usr/X11R6/include
+INCLUDES = -I. -I.. -I../incl -I../base -I../caos -I/usr/X11R6/include
 
 # @code 
@@ -32,6 +32,9 @@
 
 SRCFILES = Camera.cc \
+           PngReader.cc \
+           PixClient.cc \
 	   Filter.cc \
 	   Filter2.cc \
+           CaosFilter.cc \
            Writer.cc 
 
