source: trunk/third/GConf2/Makefile.am @ 18253

Revision 18253, 684 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18252, which included commits to RCS files with non-trunk default branches.
Line 
1
2SUBDIRS = gconf backends po doc examples
3DIST_SUBDIRS=tests $(SUBDIRS)
4
5EXTRA_DIST=gconf.m4.in gconf.spec.in gconf.spec TODO \
6           gconf-2.0.pc.in
7
8install-data-local:
9        -mkdir -p $(DESTDIR)$(datadir)/aclocal
10        $(INSTALL_DATA) gconf.m4 $(DESTDIR)$(datadir)/aclocal/gconf-$(MAJOR_VERSION).m4
11        -mkdir -p $(DESTDIR)$(sysconfdir)/gconf/gconf.xml.defaults
12        -chmod 755 $(DESTDIR)$(sysconfdir)/gconf/gconf.xml.defaults
13        -mkdir -p $(DESTDIR)$(sysconfdir)/gconf/gconf.xml.mandatory
14        -chmod 755 $(DESTDIR)$(sysconfdir)/gconf/gconf.xml.mandatory
15
16pkgconfigdir = $(libdir)/pkgconfig
17pkgconfig_DATA = gconf-2.0.pc
18
19install-schemas:
20        (cd standard-schemas && $(MAKE) $(AM_MAKEFLAGS) install-schemas)
Note: See TracBrowser for help on using the repository browser.