From 13632f908320a59b58c5b99c508ea97a7c1bb886 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 16 Aug 2006 17:22:59 +0000 Subject: [PATCH] fix dependencies --- panda/src/downloadertools/Sources.pp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/panda/src/downloadertools/Sources.pp b/panda/src/downloadertools/Sources.pp index 7a50646339..c7590a629a 100644 --- a/panda/src/downloadertools/Sources.pp +++ b/panda/src/downloadertools/Sources.pp @@ -1,6 +1,7 @@ #define OTHER_LIBS interrogatedb:c prc:c dconfig:c dtoolconfig:m \ dtoolutil:c dtoolbase:c dtool:m pystub prc:c #define LOCAL_LIBS downloader express event +#define USE_PACKAGES openssl zlib #begin bin_target #define TARGET apply_patch @@ -34,7 +35,6 @@ #begin bin_target #define TARGET check_adler #define BUILD_TARGET $[HAVE_ZLIB] - #define USE_PACKAGES $[USE_PACKAGES] zlib #define SOURCES \ check_adler.cxx @@ -44,7 +44,6 @@ #begin bin_target #define TARGET check_crc #define BUILD_TARGET $[HAVE_ZLIB] - #define USE_PACKAGES $[USE_PACKAGES] zlib #define SOURCES \ check_crc.cxx @@ -54,7 +53,6 @@ #begin bin_target #define TARGET check_md5 #define BUILD_TARGET $[HAVE_OPENSSL] - #define USE_PACKAGES $[USE_PACKAGES] openssl #define SOURCES \ check_md5.cxx @@ -72,7 +70,6 @@ #begin bin_target #define TARGET pzip #define BUILD_TARGET $[HAVE_ZLIB] - #define USE_PACKAGES $[USE_PACKAGES] zlib #define SOURCES \ pzip.cxx @@ -82,7 +79,6 @@ #begin bin_target #define TARGET punzip #define BUILD_TARGET $[HAVE_ZLIB] - #define USE_PACKAGES $[USE_PACKAGES] zlib #define SOURCES \ punzip.cxx @@ -92,7 +88,6 @@ #begin bin_target #define TARGET pencrypt #define BUILD_TARGET $[HAVE_OPENSSL] - #define USE_PACKAGES $[USE_PACKAGES] openssl #define SOURCES \ pencrypt.cxx @@ -102,7 +97,6 @@ #begin bin_target #define TARGET pdecrypt #define BUILD_TARGET $[HAVE_OPENSSL] - #define USE_PACKAGES $[USE_PACKAGES] openssl #define SOURCES \ pdecrypt.cxx