From 016ddcff37c99106923fee2d82ddc8b15e3b4c0c Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Fri, 1 Aug 2008 12:30:13 +0000 Subject: [PATCH] bah revert... you dreamer --- src/CMakeLists.txt | 4 ++-- {tools => src}/repo_helix.c | 0 {tools => src}/repo_helix.h | 0 tools/CMakeLists.txt | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename {tools => src}/repo_helix.c (100%) rename {tools => src}/repo_helix.h (100%) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index da4b146..3609ff3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ SET(libsatsolver_SRCS bitmap.c poolarch.c poolvendor.c poolid.c strpool.c dirpool.c - solver.c solverdebug.c repo_solv.c evr.c pool.c + solver.c solverdebug.c repo_solv.c repo_helix.c evr.c pool.c queue.c repo.c repodata.c util.c policy.c fastlz.c solvable.c) ADD_LIBRARY(satsolver STATIC ${libsatsolver_SRCS}) @@ -9,7 +9,7 @@ ADD_LIBRARY(satsolver STATIC ${libsatsolver_SRCS}) SET(libsatsolver_HEADERS bitmap.h evr.h hash.h policy.h poolarch.h poolvendor.h pool.h poolid.h pooltypes.h queue.h solvable.h solver.h solverdebug.h - repo.h repodata.h repo_solv.h util.h + repo.h repodata.h repo_solv.h repo_helix.h util.h strpool.h dirpool.h knownid.h) SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC") diff --git a/tools/repo_helix.c b/src/repo_helix.c similarity index 100% rename from tools/repo_helix.c rename to src/repo_helix.c diff --git a/tools/repo_helix.h b/src/repo_helix.h similarity index 100% rename from tools/repo_helix.h rename to src/repo_helix.h diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 54c4cca..5299d70 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -25,7 +25,7 @@ SET(rpmmd2solv_REPOS rpmmd2solv.c repo_rpmmd.h repo_rpmmd.c repo_write.c common_ ADD_EXECUTABLE( rpmmd2solv ${rpmmd2solv_REPOS} ) TARGET_LINK_LIBRARIES( rpmmd2solv satsolver ${EXPAT_LIBRARY} ${ZLIB_LIBRARY}) -SET(helix2solv_REPOS helix2solv.c repo_helix.c repo_helix.h repo_write.c common_write.c ) +SET(helix2solv_REPOS helix2solv.c repo_write.c common_write.c ) ADD_EXECUTABLE( helix2solv ${helix2solv_REPOS} ) TARGET_LINK_LIBRARIES( helix2solv satsolver ${EXPAT_LIBRARY}) -- 2.7.4