diff options
| author | Jason Conti <jason.conti@gmail.com> | 2011-05-08 16:28:35 -0400 |
|---|---|---|
| committer | Jason Conti <jason.conti@gmail.com> | 2011-05-08 16:28:35 -0400 |
| commit | b4506b87a98db08df6c516839090db1c96afd9d3 (patch) | |
| tree | 65fd642fe0b3338eb12c2b582263529b33834bba /src/Makefile.am | |
| parent | 39f5b5da144e3de1c058d820e57f249c379f862e (diff) | |
| download | ayatana-indicator-notifications-b4506b87a98db08df6c516839090db1c96afd9d3.tar.gz ayatana-indicator-notifications-b4506b87a98db08df6c516839090db1c96afd9d3.tar.bz2 ayatana-indicator-notifications-b4506b87a98db08df6c516839090db1c96afd9d3.zip | |
Removed unnecessary function from interface, updated formatting in service.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1ba68cf..816c9fd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,6 @@ indicator_example_service_SOURCES = \ indicator_example_service_CFLAGS = \ -Wall \ $(SERVICE_CFLAGS) \ - -DTIMEZONE_FILE="\"/etc/timezone\"" \ -DG_LOG_DOMAIN=\"Indicator-Example\" indicator_example_service_LDADD = \ $(SERVICE_LIBS) |
