diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-04-06 15:29:07 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-04-06 15:59:21 -0400 |
commit | 29f9384e70029ebe72ad6199eb8f04c0c92a8981 (patch) | |
tree | cc42e45043fa2eb6b1b772525234b4b88da9e4a8 /common/collection | |
parent | 12454b937b53358e1dbb29dc7649e3f88b9bfd2d (diff) | |
download | sssd2-29f9384e70029ebe72ad6199eb8f04c0c92a8981.tar.gz sssd2-29f9384e70029ebe72ad6199eb8f04c0c92a8981.tar.xz sssd2-29f9384e70029ebe72ad6199eb8f04c0c92a8981.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 'common/collection')
-rw-r--r-- | common/collection/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection/Makefile.am b/common/collection/Makefile.am index 06cf953b..bdc11112 100644 --- a/common/collection/Makefile.am +++ b/common/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 |