remove event, util from dependencies
This commit is contained in:
parent
13632f9083
commit
50a7a80ce2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
#include "filename.h"
|
||||
#include "zStream.h"
|
||||
#include "pnotify.h"
|
||||
#include "config_util.h"
|
||||
|
||||
#ifndef HAVE_GETOPT
|
||||
#include "gnu_getopt.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue