Index: /trunk/Mars/Changelog
===================================================================
--- /trunk/Mars/Changelog	(revision 11871)
+++ /trunk/Mars/Changelog	(revision 11872)
@@ -30,4 +30,8 @@
    * mraw/MRawFitsRead.[h,cc]:
      - added the possibility to read the pixel map from a file 
+
+   * mbase/Makefile:
+     - added ../mcore/izstream.h and ../mcore/fits.h to get it into the
+       dictionary without the need of a makefile in mcore (yet)
 
 
Index: /trunk/Mars/mbase/Makefile
===================================================================
--- /trunk/Mars/mbase/Makefile	(revision 11871)
+++ /trunk/Mars/mbase/Makefile	(revision 11872)
@@ -68,5 +68,7 @@
            MPrint.cc \
 	   MThread.cc \
-           MObjLookup.cc
+           MObjLookup.cc \
+	   ../mcore/izstream.h \
+	   ../mcore/fits.h
 
 ############################################################
