X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=base%2Ftroglodyte-Makefile;h=ea2c10c3afe7309ed790d5d76148230866bbec3e;hb=b1aa186fec2f36c274e71886e858408b1aa93e6d;hp=9eff482723f30e6ef336559c4f98047809b1bbce;hpb=c7fc51a4ad6bb6f01266ed5912b062ae98a653b8;p=chiark-tcl.git diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index 9eff482..ea2c10c 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -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