summaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
blob: d2bd9b4ab6e4b1297d2c6504166bf5a402e6bdd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
desktopdir = $(datadir)/applications
desktop_in_files = 
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)

if ENABLE_STANDALONE
desktop_in_files += gnome-disk-utility-format.desktop.in
endif

@INTLTOOL_DESKTOP_RULE@

distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper

EXTRA_DIST = 			\
	$(desktop_in_files)	

CLEANFILES = \
	$(desktop_DATA)

clean-local :
	rm -f *~