[accounts-dialog] Compile with warnings enabled



commit 1773befc5fec7cf94ca2b4e315cbd75b6fef8a4f
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 13 11:11:27 2010 +0000

    Compile with warnings enabled
    
    So as to see errors

 src/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 7493cbd..3796bb1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,8 @@ INCLUDES = \
 	$(DBUS_GLIB_CFLAGS)				\
 	$(GTK_CFLAGS)					\
 	$(GNOME_DESKTOP_CFLAGS) 			\
-	$(UNIQUE_CFLAGS)
+	$(UNIQUE_CFLAGS)				\
+	$(WARN_CFLAGS)
 
 accounts_dialog_SOURCES = \
 	gdm-languages.h 		\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]