X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=base%2Ftroglodyte-Makefile;h=64160c038e6edd55ac6f717233cadb86d5cf14bc;hb=d23a32272b954579fe15c78d6ea605e087d0a512;hp=9794ba49c2b172e297f8efe78adc22bf17977979;hpb=d30ded35f199708808df64a9db9c83100e073c9f;p=chiark-tcl.git diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index 9794ba4..64160c0 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -1,9 +1,12 @@ OBJS= tables.o \ hbytes.o \ enum.o \ + sockaddr.o \ + dgram.o \ chop.o \ hook.o \ bcmode.o \ + misc.o \ algtables.o \ serpent.o \ sha1.o \ @@ -21,7 +24,8 @@ AUTOS= $(AUTO_HDRS) $(AUTO_SRCS) TARGETS= hbytes.so CC_CRYPTO= $(CC) $(CFLAGS) $(CPPFLAGS) -O3 -CFLAGS= -g -Wall $(OPTIMISE) +CFLAGS= -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror \ + $(OPTIMISE) OPTIMISE= -O2 all: $(TARGETS) $(AUTOS)