aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-10 23:13:34 -0600
committerTed Gould <ted@gould.cx>2011-03-10 23:13:34 -0600
commitd5704c2079611bff30a3878443b2e47981095b2a (patch)
tree1b734b48c42cbf928050209305d1ed3f3fbebfa6 /data/Makefile.am
parent1177ae9dd0e27e41bed1e68b47019b89fb05831f (diff)
parent2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3 (diff)
downloadayatana-indicator-datetime-d5704c2079611bff30a3878443b2e47981095b2a.tar.gz
ayatana-indicator-datetime-d5704c2079611bff30a3878443b2e47981095b2a.tar.bz2
ayatana-indicator-datetime-d5704c2079611bff30a3878443b2e47981095b2a.zip
* New upstream release.
* Fix handling of reoccruing events * Handle settings in the indicator * Allow for hiding the calendar and the clock
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 669db77..b9a9532 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -12,9 +12,15 @@ dbus_services_DATA = indicator-datetime.service
pkgdata_DATA = datetime-dialog.ui
+@INTLTOOL_DESKTOP_RULE@
+desktopdir = $(datadir)/applications
+desktop_DATA = indicator-datetime-preferences.desktop
+
EXTRA_DIST = \
$(gsettings_SCHEMAS) \
datetime-dialog.ui \
+ indicator-datetime-preferences.desktop \
+ indicator-datetime-preferences.desktop.in \
indicator-datetime.service.in
-CLEANFILES = indicator-datetime.service
+CLEANFILES = indicator-datetime-preferences.desktop indicator-datetime.service