aboutsummaryrefslogtreecommitdiff
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
commit7b60f98d5d3d4bf37488fecbcfe815cd86377002 (patch)
tree1d5bca3761be4e99b11f48c754780f6108736b12
parentd24e9db303ce29f1f61aa66ca9e43b3ab17984d2 (diff)
downloadayatana-indicator-notifications-7b60f98d5d3d4bf37488fecbcfe815cd86377002.tar.gz
ayatana-indicator-notifications-7b60f98d5d3d4bf37488fecbcfe815cd86377002.tar.bz2
ayatana-indicator-notifications-7b60f98d5d3d4bf37488fecbcfe815cd86377002.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.
-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)