Skip to content

Commit

Permalink
Fixed makefile for schemas installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lviggiani authored and rainwoodman committed Dec 9, 2009
1 parent 6de8f0f commit b07e047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ schema_DATA = $(schema_in_files:.in=)
if GCONF_SCHEMAS_INSTALL

install-data-local:
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/$(schema_DATA)
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
else
install-data-local:
endif

0 comments on commit b07e047

Please sign in to comment.