Added simple launcher desktop file (will be used by cl-launcher).
[flashlight-appl] / data / Makefile.am
index 79a81f4..37935ea 100644 (file)
@@ -25,6 +25,10 @@ images_DATA = statusarea_flashlight_on.png statusarea_flashlight_off.png
 desktopdir = $(HILDON_HOME_DESKTOP_DIR)
 desktop_in_files = flashlight-applet.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+
+launcherdir = $(datadir)/applications/hildon
+launcher_in_files = flashlight-applet-launcher.desktop.in
+launcher_DATA = $(launcher_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
-DISTCLEANFILES = $(desktop_DATA)
+DISTCLEANFILES = $(desktop_DATA) $(launcher_DATA)