diff options
author | jbj <devnull@localhost> | 2001-11-23 15:49:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-23 15:49:11 +0000 |
commit | e98018b4d8730a80b2d320e6393f9129b2d13770 (patch) | |
tree | 88e4d57de86d16edfa7d6f9de4692383a69c8153 /tools | |
parent | 9d66753a5b99ecd9ae022c5ff42eec58b57d8c13 (diff) | |
download | rpm-e98018b4d8730a80b2d320e6393f9129b2d13770.tar.gz rpm-e98018b4d8730a80b2d320e6393f9129b2d13770.tar.bz2 rpm-e98018b4d8730a80b2d320e6393f9129b2d13770.zip |
- fix a couple dinky memory leaks.
- build with an internal zlib for now.
CVS patchset: 5207
CVS date: 2001/11/23 15:49:11
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index a6c17263a..a570a08df 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -9,6 +9,7 @@ INCLUDES = \ -I$(top_srcdir)/rpmdb \ -I$(top_srcdir)/rpmio \ -I$(top_srcdir)/popt \ + @WITH_ZLIB_INCLUDE@ \ @INCPATH@ \ -I$(top_srcdir)/misc @@ -25,6 +26,7 @@ myLDADD = \ $(top_builddir)/rpmdb/librpmdb.la \ $(top_builddir)/rpmio/librpmio.la \ $(top_builddir)/popt/libpopt.la \ + @WITH_ZLIB_LIB@ \ @INTLLIBS@ LIBS = |