From 0589bfb58fca13311e4559bad8b0df1efbc9e3ed Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Thu, 2 Feb 2012 16:30:41 +0100 Subject: - start support for Fedora comps format --- ext/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ext/CMakeLists.txt') diff --git a/ext/CMakeLists.txt b/ext/CMakeLists.txt index b88b7b2..9fc9034 100644 --- a/ext/CMakeLists.txt +++ b/ext/CMakeLists.txt @@ -29,6 +29,13 @@ IF (ENABLE_SUSEREPO) repo_susetags.h repo_zyppdb.h) ENDIF (ENABLE_SUSEREPO) +IF (ENABLE_COMPS) + SET (libsolvext_SRCS ${libsolvext_SRCS} + repo_comps.c) + SET (libsolvext_HEADERS ${libsolvext_HEADERS} + repo_comps.h) +ENDIF (ENABLE_COMPS) + IF (ENABLE_DEBIAN) SET (libsolvext_SRCS ${libsolvext_SRCS} repo_deb.c) -- cgit v1.2.3