summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-11-20 11:12:39 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-11-20 11:12:39 +0200
commit50773c56482f3cd7d48cbcad477d1a48a0395c66 (patch)
tree8bd98dc52d6865cfd8dc9d9019509f279163be77 /Makefile.am
parentd0eaa7c0485f670371fc6a99bf27021fdaa467e4 (diff)
downloadlibrpm-tizen-50773c56482f3cd7d48cbcad477d1a48a0395c66.tar.gz
librpm-tizen-50773c56482f3cd7d48cbcad477d1a48a0395c66.tar.bz2
librpm-tizen-50773c56482f3cd7d48cbcad477d1a48a0395c66.zip
Fix build with binutils-gold (ticket #107)
- patch from Michal Čihař
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 70b2501a7..587cfa793 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -117,11 +117,11 @@ javadeps_LDADD =
rpmlibexec_PROGRAMS += rpmdeps
rpmdeps_SOURCES = tools/rpmdeps.c
-rpmdeps_LDADD = build/librpmbuild.la
+rpmdeps_LDADD = lib/librpm.la rpmio/librpmio.la build/librpmbuild.la @WITH_POPT_LIB@
bin_PROGRAMS += rpmgraph
rpmgraph_SOURCES = tools/rpmgraph.c
-rpmgraph_LDADD = lib/librpm.la
+rpmgraph_LDADD = lib/librpm.la rpmio/librpmio.la @WITH_POPT_LIB@
dist_bin_SCRIPTS = scripts/gendiff