summaryrefslogtreecommitdiff
path: root/rpmdb
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-09-02 08:17:43 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-09-02 08:17:43 +0200
commit97f85a723e4ecc0d87e4fa7f9dc0f7bd92eeafdc (patch)
tree93fa1a94d712c6590fdb940704d4ccc09b4f9095 /rpmdb
parentd079327f0fb5c08da1707810184adfe7f439d96a (diff)
downloadrpm-97f85a723e4ecc0d87e4fa7f9dc0f7bd92eeafdc.tar.gz
rpm-97f85a723e4ecc0d87e4fa7f9dc0f7bd92eeafdc.tar.bz2
rpm-97f85a723e4ecc0d87e4fa7f9dc0f7bd92eeafdc.zip
Add missing link libs.
Diffstat (limited to 'rpmdb')
-rw-r--r--rpmdb/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am
index 1a310f767..1f66a9ba0 100644
--- a/rpmdb/Makefile.am
+++ b/rpmdb/Makefile.am
@@ -48,6 +48,7 @@ librpmdb_la_SOURCES += sqlite.c
endif
librpmdb_la_LDFLAGS = -release 4.4 \
$(top_builddir)/rpmio/librpmio.la \
+ @WITH_BEECRYPT_LIB@ \
@WITH_POPT_LIB@ \
@WITH_SQLITE3_LIB@ \
@WITH_LIBELF_LIB@