diff options
author | Michael Schroeder <mls@suse.de> | 2013-04-15 17:57:43 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2013-04-15 17:57:43 +0200 |
commit | 83145da7966e63a78a5065ec2c186d182488e494 (patch) | |
tree | a8294b0ce66efe7e8c08074e2a03ddfe39307910 /examples | |
parent | 691ceb7b85618205fe6de61f712dd6ab6faf4088 (diff) | |
download | libsolv-83145da7966e63a78a5065ec2c186d182488e494.tar.gz libsolv-83145da7966e63a78a5065ec2c186d182488e494.tar.bz2 libsolv-83145da7966e63a78a5065ec2c186d182488e494.zip |
split ugly pubkey handling into separate repo_rpmdb_pubkey.c
Diffstat (limited to 'examples')
-rw-r--r-- | examples/solv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/solv.c b/examples/solv.c index 1fa1dc1..fbe7788 100644 --- a/examples/solv.c +++ b/examples/solv.c @@ -64,6 +64,9 @@ #include "repo_rpmdb.h" #include "pool_fileconflicts.h" #endif +#ifdef ENABLE_RPMDB_PUBKEY +#include "repo_rpmdb_pubkey.h" +#endif #ifdef ENABLE_DEBIAN #include "repo_deb.h" #endif |