- create libsatsolverext static library
authorMichael Schroeder <mls@suse.de>
Mon, 22 Jun 2009 10:49:11 +0000 (12:49 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 22 Jun 2009 10:49:11 +0000 (12:49 +0200)
commit7a60246713fd21a3d15aff18452b31e4762f9902
tree373f64eb4fb1065c79ae2f9f37c342f6f7a5a2ed
parentecb4d9039a348c69c423bf90863a776dc8f72205
- create libsatsolverext static library
29 files changed:
CMakeLists.txt
ext/CMakeLists.txt [new file with mode: 0644]
ext/pool_fileconflicts.c [moved from tools/pool_fileconflicts.c with 100% similarity]
ext/pool_fileconflicts.h [moved from tools/pool_fileconflicts.h with 100% similarity]
ext/repo_content.c [moved from tools/repo_content.c with 100% similarity]
ext/repo_content.h [moved from tools/repo_content.h with 100% similarity]
ext/repo_deltainfoxml.c [moved from tools/repo_deltainfoxml.c with 100% similarity]
ext/repo_deltainfoxml.h [moved from tools/repo_deltainfoxml.h with 100% similarity]
ext/repo_products.c [moved from tools/repo_products.c with 100% similarity]
ext/repo_products.h [moved from tools/repo_products.h with 100% similarity]
ext/repo_releasefile_products.c [moved from tools/repo_releasefile_products.c with 100% similarity]
ext/repo_releasefile_products.h [moved from tools/repo_releasefile_products.h with 100% similarity]
ext/repo_repomdxml.c [moved from tools/repo_repomdxml.c with 100% similarity]
ext/repo_repomdxml.h [moved from tools/repo_repomdxml.h with 100% similarity]
ext/repo_rpmdb.c [moved from tools/repo_rpmdb.c with 100% similarity]
ext/repo_rpmdb.h [moved from tools/repo_rpmdb.h with 100% similarity]
ext/repo_rpmmd.c [moved from tools/repo_rpmmd.c with 100% similarity]
ext/repo_rpmmd.h [moved from tools/repo_rpmmd.h with 100% similarity]
ext/repo_susetags.c [moved from tools/repo_susetags.c with 100% similarity]
ext/repo_susetags.h [moved from tools/repo_susetags.h with 100% similarity]
ext/repo_updateinfoxml.c [moved from tools/repo_updateinfoxml.c with 100% similarity]
ext/repo_updateinfoxml.h [moved from tools/repo_updateinfoxml.h with 100% similarity]
ext/repo_write.c [moved from tools/repo_write.c with 100% similarity]
ext/repo_write.h [moved from tools/repo_write.h with 100% similarity]
ext/repo_zyppdb.c [moved from tools/repo_zyppdb.c with 100% similarity]
ext/repo_zyppdb.h [moved from tools/repo_zyppdb.h with 100% similarity]
ext/tools_util.h [moved from tools/tools_util.h with 100% similarity]
package/libsatsolver.spec.in
tools/CMakeLists.txt