diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 23:10:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 23:10:43 -0600 |
commit | 2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3 (patch) | |
tree | b778847d353eb42bd8cb1c1ee845466b5e971cd0 /data/Makefile.am | |
parent | b4f9e0832d0dc2b5a1f6ffb3ae78ecdbd11ae15d (diff) | |
parent | 444370e95ed0f9e8ecf4c786e35855ff91c642ac (diff) | |
download | ayatana-indicator-datetime-2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3.tar.gz ayatana-indicator-datetime-2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3.tar.bz2 ayatana-indicator-datetime-2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3.zip |
Import upstream version 0.1.97
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 8 |
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 |