From 7c35077bf5b85b81cad7f228564d92991572533e Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 20 Oct 2010 09:04:43 +0000 Subject: [PATCH] Link librpm with libbeecrypt --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index e53ba46..f6d1ae5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,7 +35,7 @@ librpm_la_SOURCES = \ set.c signature.c stringbuf.c transaction.c \ verify.c librpm_la_LDFLAGS = -release @VERSION@ -librpm_la_LIBADD = $(top_builddir)/rpmdb/librpmdb.la $(top_builddir)/rpmio/librpmio.la @LIBPOPT@ @WITH_SELINUX_LIB@ +librpm_la_LIBADD = $(top_builddir)/rpmdb/librpmdb.la $(top_builddir)/rpmio/librpmio.la @LIBPOPT@ @LIBBEECRYPT@ @WITH_SELINUX_LIB@ librpm_la_DEPENDENCIES = $(top_builddir)/rpmdb/librpmdb.la $(top_builddir)/rpmio/librpmio.la getdate.c: getdate.y