summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1998-12-01 11:48:27 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1998-12-01 11:48:27 +0000
commit3a266a3545aaab889614191040540273d0916e26 (patch)
tree67f0e0da3c1444661e5c3968d83011b4e476eecf /zwgc
parent33302ff8754ee9f36d8b64fe74b9ab1e1d56d4a8 (diff)
Add ares support in build system.
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/Makefile.in b/zwgc/Makefile.in
index e754c9d..76cb2c3 100644
--- a/zwgc/Makefile.in
+++ b/zwgc/Makefile.in
@@ -28,7 +28,7 @@ ALL_CFLAGS=${CFLAGS} -DDATADIR=\"${datadir}\" -I${top_srcdir}/h \
YFLAGS=-d
LDFLAGS=-L${BUILDTOP}/lib @X_LIBS@ @LDFLAGS@
LIBS=-lzephyr @LIBS@ -lcom_err @X_PRE_LIBS@ @ZWGC_LIBX11@ @X_EXTRA_LIBS@ \
- @TLIB@ @REGEX_LIBS@
+ @TLIB@ @REGEX_LIBS@ @ARES_LIBS@
OBJS= port_dictionary.o pointer_dictionary.o unsigned_long_dictionary.o \
string_dictionary.o int_dictionary.o string_dictionary_aux.o \