소스 검색

corrected includes for proper dependency

Alexander Freytag 12 년 전
부모
커밋
240763cbb0
2개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      GenericRegionSegmentationMethodSelection.h
  2. 9 1
      libdepend.inc

+ 1 - 1
GenericRegionSegmentationMethodSelection.h

@@ -20,7 +20,7 @@ class GenericRegionSegmentationMethodSelection
 {
   public:
     /**
-    * @brief Return a instanz of the segmentationmethode which has defined in [segmenatation]:methode within conf.
+    * @brief Return an instance of the segmentation method which has been defined in [segmenatation]:methode using conf.
     * @return RegionSegmentationMethod*, if methode is defined; NULL, else
     */
     

+ 9 - 1
libdepend.inc

@@ -1,3 +1,11 @@
 $(call PKG_DEPEND_EXT,OPENMP)
 $(call PKG_DEPEND_INT,core)
-$(call PKG_DEPEND_INT,vislearning)
+$(call PKG_DEPEND_INT,vislearning/baselib/)
+$(call PKG_DEPEND_INT,vislearning/cbaselib/)
+$(call PKG_DEPEND_INT,vislearning/classifier/)
+$(call PKG_DEPEND_INT,vislearning/features/)
+$(call PKG_DEPEND_INT,vislearning/image/)
+$(call PKG_DEPEND_INT,vislearning/math/)
+$(call PKG_DEPEND_INT,vislearning/mrf/)
+$(call PKG_DEPEND_INT,vislearning/optimization/)
+$(call PKG_DEPEND_INT,vislearning/regression/)