Sat Dec 8 21:33:10 2001 Jonathan Blandford <jrb@redhat.com> * gnome-settings-daemon/gnome-settings-daemon.c (main): Import from gconf-xsettings module. Cleaned up a bunch, and made to work with mouse properties too. * schemas/peripherals.schemas: New location for schemas. Need to write many more.
7 lines
244 B
Makefile
7 lines
244 B
Makefile
schemadir = $(sysconfdir)/gconf/schemas
|
|
schema_DATA = peripherals.schemas
|
|
|
|
|
|
##FIXME: s/gconftool/$(GCONFTOOL) sometime
|
|
install-data-local:
|
|
GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) gconftool --makefile-install-rule $(srcdir)/$(schema_DATA)
|