chiark / gitweb /
adns compiles and does not work
[chiark-tcl.git] / base / troglodyte-Makefile
index 9e5618a9e4f62ffef8104ce02f355617303c82cb..ea2c10c3afe7309ed790d5d76148230866bbec3e 100644 (file)
@@ -1,5 +1,7 @@
 OBJS=          tables.o \
+               tcmdiflib.o \
                hbytes.o \
+               adns.o \
                enum.o \
                idtable.o \
                scriptinv.o \
@@ -13,7 +15,8 @@ OBJS=         tables.o \
                misc.o \
                algtables.o \
                crypto.o \
-               parse.o
+               parse.o \
+               maskmap.o
 
 HDRS=          hbytes.h \
                $(AUTO_HDRS)
@@ -27,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