Clipboard/data/Makefile.am
Cristian Henzel 7b454f7524 ClipIt-1.4.1-20110526006
+ Fixed: Fixed display and icon of indicator menu.
+ Fixed: We are now installing the icon to the icontheme instead of
		the pixmaps folder.
2011-05-26 18:37:47 +03:00

26 lines
592 B
Makefile

@INTLTOOL_DESKTOP_RULE@
desktopdir = $(datadir)/applications
desktop_in_file = clipit.desktop.in
desktop_DATA = $(desktop_in_file:.desktop.in=.desktop)
autostartdir = $(sysconfdir)/xdg/autostart
autostart_in_file = clipit-startup.desktop.in
autostart_DATA = $(autostart_in_file:.desktop.in=.desktop)
pixmapsdir = $(datarootdir)/icons/hicolor/scalable/apps
pixmaps_DATA = clipit-trayicon.svg
EXTRA_DIST = \
$(desktop_in_file) \
$(autostart_in_file) \
$(pixmaps_DATA)
CLEANFILES = \
$(desktop_DATA) \
$(autostart_DATA)
DISTCLEANFILES = \
$(desktop_DATA) \
$(autostart_DATA)