diff options
author | Ted Gould <ted@gould.cx> | 2010-08-30 13:39:52 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-30 13:39:52 -0500 |
commit | 6ca39e515389c77e563cdd0e480a69b2b3c0efda (patch) | |
tree | ce7c47cacdb6f9fe698518a9da10c82582d7c879 /src | |
parent | b93453548ac650dd5cf12785e231cfaf5e271c1e (diff) | |
download | ayatana-indicator-datetime-6ca39e515389c77e563cdd0e480a69b2b3c0efda.tar.gz ayatana-indicator-datetime-6ca39e515389c77e563cdd0e480a69b2b3c0efda.tar.bz2 ayatana-indicator-datetime-6ca39e515389c77e563cdd0e480a69b2b3c0efda.zip |
Putting the timezone file into the build line
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
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) |