2c5d520395
Since we aren't (currently) generating our GConf schemas by merging in .po files, the schemas file is in sourcedir not builddir.
16 lines
351 B
Makefile
16 lines
351 B
Makefile
imagedir = $(pkgdatadir)/images
|
|
|
|
dist_image_DATA = \
|
|
add-workspace.svg \
|
|
info.svg \
|
|
remove-workspace.svg
|
|
|
|
schemadir = @GCONF_SCHEMA_FILE_DIR@
|
|
schema_DATA = gnome-shell.schemas
|
|
|
|
install-data-local:
|
|
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
|
|
|
|
EXTRA_DIST = \
|
|
$(schema_DATA)
|