[hotfix] Relax solvable_identical check for producs [bnc#881493]
[platform/upstream/libsolv.git] / ext / CMakeLists.txt
index ed37860..3b96974 100644 (file)
@@ -43,6 +43,13 @@ IF (ENABLE_SUSEREPO)
        repo_susetags.h repo_zyppdb.h)
 ENDIF (ENABLE_SUSEREPO)
 
+IF (SUSE)
+    SET (libsolvext_SRCS ${libsolvext_SRCS}
+       repo_autopattern.c)
+    SET (libsolvext_HEADERS ${libsolvext_HEADERS}
+       repo_autopattern.h)
+ENDIF (SUSE)
+
 IF (ENABLE_COMPS)
     SET (libsolvext_SRCS ${libsolvext_SRCS}
        repo_comps.c)