From 7cee5a5a8a4fb5f1c5dbf1e28362cf86ef8b502c Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Tue, 17 Jan 2012 14:23:30 +0100 Subject: [PATCH] - install dataiterator.h --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e118dc7..d1ffce1 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") -- 2.7.4