remove event, util from dependencies

This commit is contained in:
David Rose 2006-08-16 17:25:42 +00:00
parent 13632f9083
commit 50a7a80ce2
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#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 LOCAL_LIBS downloader express
#define USE_PACKAGES openssl zlib
#begin bin_target

View File

@ -19,7 +19,6 @@
#include "filename.h"
#include "zStream.h"
#include "pnotify.h"
#include "config_util.h"
#ifndef HAVE_GETOPT
#include "gnu_getopt.h"