aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-08 15:42:12 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-08 15:42:12 -0400
commit22f3a6713ebe2c97b877e5230da12f012d6eb701 (patch)
tree1d5bca3761be4e99b11f48c754780f6108736b12 /src
parent21b63ad1dbe357350a9a9cb551095899963a4861 (diff)
downloadayatana-indicator-notifications-22f3a6713ebe2c97b877e5230da12f012d6eb701.tar.gz
ayatana-indicator-notifications-22f3a6713ebe2c97b877e5230da12f012d6eb701.tar.bz2
ayatana-indicator-notifications-22f3a6713ebe2c97b877e5230da12f012d6eb701.zip
Removing -Werror for the moment, since the warnings about unused variables and functions are fine. They may get used later, don't want to remove them yet.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e2ab9d9..1ba68cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,6 @@ indicator_example_service_SOURCES = \
settings-shared.h
indicator_example_service_CFLAGS = \
-Wall \
- -Werror \
$(SERVICE_CFLAGS) \
-DTIMEZONE_FILE="\"/etc/timezone\"" \
-DG_LOG_DOMAIN=\"Indicator-Example\"
@@ -26,7 +25,7 @@ libexample_la_SOURCES = \
indicator-example.c
libexample_la_CFLAGS = \
$(INDICATOR_CFLAGS) \
- -Wall -Werror \
+ -Wall \
-DG_LOG_DOMAIN=\"Indicator-Example\"
libexample_la_LIBADD = \
$(INDICATOR_LIBS)