summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: d41ccdd69cc346a32059667f18de40d6e02446ae (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
29
30
31
32
33
34
35
36
37

SUBDIRS = gconf backends po doc examples

DIST_SUBDIRS = tests gconf backends po doc examples defaults

if ENABLE_DEFAULTS_SERVICE
SUBDIRS += defaults
endif

EXTRA_DIST =                \
	TODO                \
	gtk-doc.make        \
	intltool-update.in  \
	intltool-extract.in \
	intltool-merge.in

DISTCLEANFILES =          \
	intltool-update   \
	intltool-merge    \
	intltool-extract

DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection --enable-defaults-service

install-data-local:
	-mkdir -p $(DESTDIR)$(sysgconfdir)/gconf.xml.defaults
	-chmod 755 $(DESTDIR)$(sysgconfdir)/gconf.xml.defaults
	-mkdir -p $(DESTDIR)$(sysgconfdir)/gconf.xml.mandatory
	-chmod 755 $(DESTDIR)$(sysgconfdir)/gconf.xml.mandatory

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gconf-2.0.pc

aclocaldir = $(datadir)/aclocal
aclocal_DATA = gconf-2.m4

install-schemas:
	(cd standard-schemas && $(MAKE) $(AM_MAKEFLAGS) install-schemas)