diff options
author | jbj <devnull@localhost> | 2002-08-31 22:39:34 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-08-31 22:39:34 +0000 |
commit | cc5d229b0e7a13f4d9efac2aed5926a0078df48c (patch) | |
tree | b5a1a608498f322dad0cd9534ccd9da4c121b3a0 /python | |
parent | 929d5d38346273dbdaf20e5ceb3b1687405676af (diff) | |
download | librpm-tizen-cc5d229b0e7a13f4d9efac2aed5926a0078df48c.tar.gz librpm-tizen-cc5d229b0e7a13f4d9efac2aed5926a0078df48c.tar.bz2 librpm-tizen-cc5d229b0e7a13f4d9efac2aed5926a0078df48c.zip |
Sync with rpm-4.1.
CVS patchset: 5695
CVS date: 2002/08/31 22:39:34
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 22a79ca4c..df555b11f 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -25,8 +25,7 @@ mylibs= \ $(top_builddir)/lib/.libs/librpm.so \ $(top_builddir)/rpmdb/.libs/librpmdb.so \ $(top_builddir)/rpmio/.libs/librpmio.so \ - $(top_builddir)/popt/.libs/libpopt.so \ - @WITH_LIBELF_ARCHIVE@ + $(top_builddir)/popt/.libs/libpopt.so LDADD = |