diff --git a/ChangeLog b/ChangeLog index e1ff0d3bb..314b8b95d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-05-06 Anders Carlsson + * schemas/Makefile.am: Doh! Remove the file from automake. + * schemas/apps_gnome_keybinding_properties.schemas: We now hard-code the key list, so this isn't neede anymore. diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 7220d22de..1f9a017b7 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -1,6 +1,5 @@ schemadir = @GCONF_SCHEMA_FILE_DIR@ schema_DATA = \ - apps_gnome_keybinding_properties.schemas \ apps_gnome_settings_daemon_screensaver.schemas schema_source_data = $(foreach file, $(schema_DATA), $(srcdir)/$(file))