diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-04 16:23:58 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-04 16:23:58 -0500 |
commit | be334e9a0fede5823076f487d89e3994d426ff0b (patch) | |
tree | 141b2e78b9cbd9df07a8afe3954acad263267d42 /data/Makefile.in | |
parent | fdd6962b447fe840027077d78a5ff6e8232ec70a (diff) | |
parent | 75d3c8be473b6c2600f187f77ffb25b21700a373 (diff) | |
download | ayatana-indicator-datetime-be334e9a0fede5823076f487d89e3994d426ff0b.tar.gz ayatana-indicator-datetime-be334e9a0fede5823076f487d89e3994d426ff0b.tar.bz2 ayatana-indicator-datetime-be334e9a0fede5823076f487d89e3994d426ff0b.zip |
* New upstream release.
* Fix location timezone sorting issue.
* Clicking the systems settings window shouldn't close the
Locations dialog. (LP: #947315)
* Add gcov targets to autotools build for code-coverage reporting.
Diffstat (limited to 'data/Makefile.in')
-rw-r--r-- | data/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/Makefile.in b/data/Makefile.in index 887ec42..d0f6e04 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -109,7 +109,6 @@ CCDEPMODE = @CCDEPMODE@ CCPANELDIR = @CCPANELDIR@ CFLAGS = @CFLAGS@ COVERAGE_CFLAGS = @COVERAGE_CFLAGS@ -COVERAGE_CXXFLAGS = @COVERAGE_CXXFLAGS@ COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ |