chiark / gitweb /
Socket address stuff. Sockid is broken still.
[chiark-tcl.git] / base / troglodyte-Makefile
index 9794ba49c2b172e297f8efe78adc22bf17977979..64160c038e6edd55ac6f717233cadb86d5cf14bc 100644 (file)
@@ -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)