blob: c77276c47aadf455659ff9b5f11c7309fb84a2c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
## Process this file with automake to produce Makefile.in
SUBDIRS = pixmaps po src help
EXTRA_DIST = \
mate-doc-utils.make \
mate-system-monitor.desktop.in \
mate-system-monitor.doap \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
omf.make \
xmldocs.make
Applicationsdir = $(datadir)/applications
Applications_in_files = mate-system-monitor.desktop.in
Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper'
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
mate-system-monitor.desktop
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|