From: Michael Schroeder Date: Tue, 17 Jan 2012 13:23:30 +0000 (+0100) Subject: - install dataiterator.h X-Git-Tag: BASE-SuSE-Code-12_2-Branch~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cee5a5a8a4fb5f1c5dbf1e28362cf86ef8b502c;p=thirdparty%2Flibsolv.git - install dataiterator.h --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e118dc7d..d1ffce12 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,7 +25,7 @@ SET (libsolv_HEADERS poolid.h pooltypes.h queue.h solvable.h solver.h solverdebug.h repo.h repodata.h repopage.h repo_solv.h util.h strpool.h dirpool.h knownid.h transaction.h rules.h problems.h - chksum.h ${CMAKE_BINARY_DIR}/src/solvversion.h) + chksum.h dataiterator.h ${CMAKE_BINARY_DIR}/src/solvversion.h) SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC") SET (CMAKE_SHARED_LINKER_FLAGS "${LINK_FLAGS} -Wl,--version-script=${CMAKE_SOURCE_DIR}/src/libsolv.ver")