bah revert... you dreamer
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 1 Aug 2008 12:30:13 +0000 (12:30 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 1 Aug 2008 12:30:13 +0000 (12:30 +0000)
src/CMakeLists.txt
src/repo_helix.c [moved from tools/repo_helix.c with 100% similarity]
src/repo_helix.h [moved from tools/repo_helix.h with 100% similarity]
tools/CMakeLists.txt

index da4b146..3609ff3 100644 (file)
@@ -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")
similarity index 100%
rename from tools/repo_helix.c
rename to src/repo_helix.c
similarity index 100%
rename from tools/repo_helix.h
rename to src/repo_helix.h
index 54c4cca..5299d70 100644 (file)
@@ -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})