diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-11-20 11:12:39 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-11-20 11:12:39 +0200 |
commit | 50773c56482f3cd7d48cbcad477d1a48a0395c66 (patch) | |
tree | 8bd98dc52d6865cfd8dc9d9019509f279163be77 /Makefile.am | |
parent | d0eaa7c0485f670371fc6a99bf27021fdaa467e4 (diff) | |
download | librpm-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.am | 4 |
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 |