X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=backends%2FMakefile;h=6849a804f7d76ffabcfd3ca87de3332d95190f2b;hb=f663bce545f77f09aaf098ab3c1eed276a7bc50e;hp=e6365d3437c25b3d3cfc4743d9a9e2c6cc7c5eb8;hpb=94aac040526dc81c22957d46efcabb20bf9b8ffe;p=innduct.git diff --git a/backends/Makefile b/backends/Makefile index e6365d3..6849a80 100644 --- a/backends/Makefile +++ b/backends/Makefile @@ -63,7 +63,7 @@ $(FIXSCRIPT): @echo Run configure before running make. See INSTALL for details. @exit 1 -innduct.o: CFLAGS += -Wimplicit -Wstrict-prototypes -Wmissing-prototypes +innduct.o: CFLAGS += -Wall -Wimplicit -Wstrict-prototypes -Wmissing-prototypes actsync: actsync.o $(LIBINN) ; $(LINK) actsync.o $(INNLIBS) archive: archive.o $(BOTH) ; $(LINK) archive.o $(STORELIBS)