- Added MediaISO.h and MediaISO.cc
authorMarius Tomaschewski <mt@suse.de>
Thu, 23 Feb 2006 18:35:00 +0000 (18:35 +0000)
committerMarius Tomaschewski <mt@suse.de>
Thu, 23 Feb 2006 18:35:00 +0000 (18:35 +0000)
zypp/media/Makefile.am

index d8301bf..f6b6ce4 100644 (file)
@@ -24,6 +24,7 @@ mediainclude_HEADERS =                \
        MediaCIFS.h             \
        ProxyInfo.h             \
        MediaCurl.h             \
+       MediaISO.h              \
        MediaManager.h          
 
 
@@ -44,6 +45,7 @@ lib@PACKAGE@_media_la_SOURCES = \
        MediaCIFS.cc            \
        ProxyInfo.cc            \
        MediaCurl.cc            \
+       MediaISO.cc             \
        MediaManager.cc