aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)