summaryrefslogtreecommitdiffstats
path: root/collection
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-04-06 15:29:07 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-04-06 15:59:21 -0400
commite54786d970c3a4643644b99f7b5f0d4332d7db5d (patch)
tree7bc60b611a3036eb822b63562c9ac2ccff60116a /collection
parentbf2e070c3cd0fa434fe2969844a55f292b26a8ff (diff)
downloadding-libs2-e54786d970c3a4643644b99f7b5f0d4332d7db5d.tar.gz
ding-libs2-e54786d970c3a4643644b99f7b5f0d4332d7db5d.tar.xz
ding-libs2-e54786d970c3a4643644b99f7b5f0d4332d7db5d.zip
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.
Diffstat (limited to 'collection')
-rw-r--r--collection/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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