diff options
author | jbj <devnull@localhost> | 2002-05-01 22:13:00 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-01 22:13:00 +0000 |
commit | cf2484ce1f2225e01b61dabb18a4d54e8fd6e375 (patch) | |
tree | 876ae0e74b88cf6c9b97c4c75554f316a02a5919 /rpmio | |
parent | 9ecc4d884f3765c4bb19fefff70cbd7d7b1db794 (diff) | |
download | rpm-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.tar.gz rpm-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.tar.bz2 rpm-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.zip |
- attempt to make peace with automake-1.6.1, autoconf-2.53.
- rip out two layers of dbN gook, internal Berkeley db is here to stay.
CVS patchset: 5412
CVS date: 2002/05/01 22:13:00
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am index 1d29675cc..f08144311 100644 --- a/rpmio/Makefile.am +++ b/rpmio/Makefile.am @@ -18,15 +18,13 @@ pkginc_HEADERS = \ ugid.h noinst_HEADERS = fts.h rpmio_internal.h rpmpgp.h -LIBS += @WITH_ZLIB_LIB@ -lrt -lpthread - BEECRYPTLOBJS = $(shell cat $(top_builddir)/beecrypt/listobjs) lib_LTLIBRARIES = librpmio.la librpmio_la_SOURCES = digest.c fts.c macro.c \ rpmio.c rpmlog.c rpmmalloc.c \ rpmpgp.c rpmrpc.c strcasecmp.c stubs.c url.c ugid.c -librpmio_la_LDFLAGS = -release @VERSION@ +librpmio_la_LDFLAGS = -release @VERSION@ @WITH_ZLIB_LIB@ -lrt -lpthread librpmio_la_LIBADD = $(BEECRYPTLOBJS) librpmio_la_DEPENDENCIES = .created |