chiark / gitweb /
working on new addrmap instead of maskmap - compiles, but have not yet implemented...
[chiark-tcl.git] / base / troglodyte-Makefile
index 9eff482723f30e6ef336559c4f98047809b1bbce..e458511a560a5fdcfd351ab5a8d52fb3c124fb77 100644 (file)
@@ -16,7 +16,7 @@ OBJS=         tables.o \
                algtables.o \
                crypto.o \
                parse.o \
-               maskmap.o
+               addrmap.o
 
 HDRS=          hbytes.h \
                $(AUTO_HDRS)
@@ -30,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