Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-08-11 23:56:11 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-08-11 23:56:11 (GMT)
commit827b0305955753aef0d3ad524b16bc7809de2fc3 (patch)
tree7a88d8d6594f0354fbe7f2e7dceb132e95aafc75 /src
parentee39d8f35b7f8649ca2bdbeea87c9a9c4e222e08 (diff)
Enable gcc warnings.
Diffstat (limited to 'src')
-rw-r--r--src/sugar/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sugar/Makefile.am b/src/sugar/Makefile.am
index 4da4a1e..a6f63c4 100644
--- a/src/sugar/Makefile.am
+++ b/src/sugar/Makefile.am
@@ -11,6 +11,7 @@ pkgpyexecdir = $(pythondir)/sugar
pkgpyexec_LTLIBRARIES = _sugarbaseext.la
_sugarbaseext_la_CFLAGS = \
+ $(WARN_CFLAGS) \
$(EXTENSION_CFLAGS) \
$(PYTHON_INCLUDES)