From b926ffc4ef62f3f400b2708ab3671d8c5c9b2d53 Mon Sep 17 00:00:00 2001 From: Nils Faerber Date: Thu, 8 Jun 2006 13:06:35 +0000 Subject: [PATCH] * added -Wall CC option pmo-trunk-r183 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4a37992..79160e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,3 +9,6 @@ SUBDIRS=\ EXTRA_DIST=\ autogen.sh + +CFLAGS=\ + -Wall -- 1.7.9.5