chiark / gitweb /
get resolver destruction right
[chiark-tcl.git] / base / troglodyte-Makefile
index 1819d87e84e4f91a3d5aff14e400b7fc77f1efdf..ea2c10c3afe7309ed790d5d76148230866bbec3e 100644 (file)
@@ -1,6 +1,7 @@
 OBJS=          tables.o \
                tcmdiflib.o \
                hbytes.o \
+               adns.o \
                enum.o \
                idtable.o \
                scriptinv.o \
@@ -14,7 +15,8 @@ OBJS=         tables.o \
                misc.o \
                algtables.o \
                crypto.o \
-               parse.o
+               parse.o \
+               maskmap.o
 
 HDRS=          hbytes.h \
                $(AUTO_HDRS)
@@ -28,7 +30,7 @@ TARGETS=      hbytes.so autocode.tcl autococo.tcl
 CC_CRYPTO=     $(CC) $(CFLAGS) $(CPPFLAGS) -O3
 CPPFLAGS=      -I../plocal/include $(TCL_MEM_DEBUG) $(CMDLINE_CPPFLAGS)
 LDFLAGS=       -L../plocal/lib
-LDLIBS=                -lnettle
+LDLIBS=                -lnettle -ladns
 CFLAGS=                -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror \
                $(OPTIMISE)
 OPTIMISE=      -O2