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