chiark / gitweb /
comm clientinfo: Provide clientinfo interface
[secnet.git] / Makefile.in
index 0e35233d8d7fa77f515a25e51090df9a31bae09b..391acf9a9e6b62eb08b9a9aa4e2f5c696f623861 100644 (file)
@@ -20,7 +20,7 @@
 .PHONY:        all clean realclean distclean dist install
 
 PACKAGE:=secnet
-VERSION:=0.4.0~beta2
+VERSION:=0.4.0
 
 @SET_MAKE@
 
@@ -127,6 +127,8 @@ conffile.yy.h:      conffile.yy.c
 conffile.tab.c:        conffile.y
 # End of manual dependencies section
 
+conffile.yy.o: ALL_CFLAGS += -Wno-sign-compare
+
 secnet:        $(OBJECTS)
        $(MAKE) version.o # *.o $(filter-out %.o, $^)
        $(CC) $(LDFLAGS) $(ALL_CFLAGS) -o $@ $(OBJECTS) version.o $(LDLIBS)