-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.am
56 lines (45 loc) · 1.27 KB
/
Makefile.am
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
## Process this file with automake to produce Makefile.in
SUBDIRS = doc icons interfaces pixmaps src po
distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
EXTRA_DIST = \
HACKING \
BUGS \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
omf.make \
xmldocs.make \
gnome-doc-utils.make \
gnome-system-tools.pc.in \
org.gnome.system-tools.gschema.xml.in
gsettings_SCHEMAS = org.gnome.system-tools.gschema.xml
@GSETTINGS_RULES@
@INTLTOOL_XML_NOMERGE_RULE@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnome-system-tools.pc
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
backends/intltool-extract \
backends/intltool-merge \
backends/intltool-update \
gnome-doc-utils.make \
gnome-system-tools.pc \
org.gnome.system-tools.gschema.xml
MAINTAINERCLEANFILES = \
INSTALL \
aclocal.m4 \
config.guess \
config.h.in \
config.sub \
depcomp \
install-sh \
ltmain.sh \
missing \
mkinstalldirs \
omf.make \
xmldocs.make \
`find "$(srcdir)" -type f -name Makefile.in -print`
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
-include $(top_srcdir)/git.mk