Fixed schemas installation based on a patch by Bobby Kashani

2003-04-17  Jens Finke  <jens@triq.net>

	* Makefile.am: Fixed schemas installation based on a patch by
	 Bobby Kashani <bobk@ocf.berkeley.edu>.
This commit is contained in:
Jens Finke 2003-04-17 05:38:12 +00:00 committed by Jens Finke
parent 6f9026be27
commit 7938189390
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-04-17 Jens Finke <jens@triq.net>
* Makefile.am: Fixed schemas installation based on a patch by
Bobby Kashani <bobk@ocf.berkeley.edu>.
2003-04-12 Jens Finke <jens@triq.net>
* shell/eog-window.c (open_uri_list_cleanup),

View file

@ -37,5 +37,9 @@ schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
icondir = $(datadir)/pixmaps
icon_DATA = gnome-eog.png
if GCONF_SCHEMAS_INSTALL
install-data-local:
GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/eog.schemas
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/eog.schemas
else
install-data-local:
endif