diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 06:47:27 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 06:47:27 -0600 |
commit | 07f10d43e04d0bd7b2e2f614416e43f7b5823f86 (patch) | |
tree | 6f1afea8e146561efe4f45323af56b9769b1cb7a /src | |
parent | 77c213e6d61847659df1271312e7398c696f9015 (diff) | |
download | ayatana-indicator-session-07f10d43e04d0bd7b2e2f614416e43f7b5823f86.tar.gz ayatana-indicator-session-07f10d43e04d0bd7b2e2f614416e43f7b5823f86.tar.bz2 ayatana-indicator-session-07f10d43e04d0bd7b2e2f614416e43f7b5823f86.zip |
Adding in -Wall and -Werror to things
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ab79f0f..39d360c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,7 +29,7 @@ indicator_status_service_SOURCES = \ status-provider.c \ status-provider-pidgin.h \ status-provider-pidgin.c -indicator_status_service_CFLAGS = $(STATUSSERVICE_CFLAGS) +indicator_status_service_CFLAGS = $(STATUSSERVICE_CFLAGS) -Wall -Werror indicator_status_service_LDADD = $(STATUSSERVICE_LIBS) status-service-client.h: status-service.xml @@ -51,7 +51,7 @@ status-service-server.h: status-service.xml ############### indicator_users_service_SOURCES = users-service.c -indicator_users_service_CFLAGS = $(USERSSERVICE_CFLAGS) +indicator_users_service_CFLAGS = $(USERSSERVICE_CFLAGS) -Wall -Werror indicator_users_service_LDADD = $(USERSSERVICE_LIBS) ################# @@ -59,7 +59,7 @@ indicator_users_service_LDADD = $(USERSSERVICE_LIBS) ################# indicator_session_service_SOURCES = session-service.c -indicator_session_service_CFLAGS = $(SESSIONSERVICE_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" +indicator_session_service_CFLAGS = $(SESSIONSERVICE_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall -Werror indicator_session_service_LDADD = $(SESSIONSERVICE_LIBS) ############### |