summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2013-04-15 17:57:43 +0200
committerMichael Schroeder <mls@suse.de>2013-04-15 17:57:43 +0200
commit83145da7966e63a78a5065ec2c186d182488e494 (patch)
treea8294b0ce66efe7e8c08074e2a03ddfe39307910 /examples
parent691ceb7b85618205fe6de61f712dd6ab6faf4088 (diff)
downloadlibsolv-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.c3
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