From e54786d970c3a4643644b99f7b5f0d4332d7db5d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 6 Apr 2009 15:29:07 -0400 Subject: Fix build system for Collection and INI parser. Adds ini subdirectory so it will be built, adds some clarification to the README, makes the configure --help more clear about the trace level and enables -Wall reporting. --- collection/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collection') diff --git a/collection/Makefile.am b/collection/Makefile.am index 06cf953..bdc1111 100644 --- a/collection/Makefile.am +++ b/collection/Makefile.am @@ -2,7 +2,7 @@ TRACE_LEVEL=@TRACE_VAR@ topdir=.. -AM_CPPFLAGS = -I$(topdir) -I$(topdir)/trace $(TRACE_LEVEL) +AM_CPPFLAGS = -Wall -I$(topdir) -I$(topdir)/trace $(TRACE_LEVEL) # Build static libraty noinst_LIBRARIES = libcollection.a -- cgit