aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-30 13:39:52 -0500
committerTed Gould <ted@gould.cx>2010-08-30 13:39:52 -0500
commit6ca39e515389c77e563cdd0e480a69b2b3c0efda (patch)
treece7c47cacdb6f9fe698518a9da10c82582d7c879
parentb93453548ac650dd5cf12785e231cfaf5e271c1e (diff)
downloadayatana-indicator-datetime-6ca39e515389c77e563cdd0e480a69b2b3c0efda.tar.gz
ayatana-indicator-datetime-6ca39e515389c77e563cdd0e480a69b2b3c0efda.tar.bz2
ayatana-indicator-datetime-6ca39e515389c77e563cdd0e480a69b2b3c0efda.zip
Putting the timezone file into the build line
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fe3db2e..984ad3d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,8 @@ indicator_datetime_service_SOURCES = \
indicator_datetime_service_CFLAGS = \
-Wall \
-Werror \
- $(INDICATOR_CFLAGS)
+ $(INDICATOR_CFLAGS) \
+ -DTIMEZONE_FILE="\"/etc/timezone\""
indicator_datetime_service_LDADD = \
$(INDICATOR_LIBS)