ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / schemas / Makefile.am
1 schemadir   = $(GCONF_SCHEMA_FILE_DIR)
2 schema_DATA = \
3         system_http_proxy.schemas \
4         desktop_default_applications.schemas
5
6 # don't do this if we are building in eg. rpm
7 if GCONF_SCHEMAS_INSTALL
8 install-data-local:
9         if test -z "$(DESTDIR)" ; then \
10                 for p in $(schema_DATA) ; do \
11                         GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
12                 done \
13         fi
14 else
15 install-data-local:
16 endif
17
18 EXTRA_DIST = $(schema_DATA)