summaryrefslogtreecommitdiffstats
path: root/data/desktop/Makefile.am
blob: 420efce79e8b5799bd90f211c84b2a6161e8b502 (plain)
1
2
3
4
5
6
7
8
9
MAINTAINERCLEANFILES = Makefile.in

desktopdir = $(datadir)/applications
desktop_DATA = engagement.desktop

icondir = $(datadir)/icons
icon_DATA = engagement.png

EXTRA_DIST = $(desktop_DATA) $(icon_DATA)