diff --git a/ChangeLog b/ChangeLog index 68b5f8fdc..706f4d4a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-17 jacob berkman + + * capplets/keybindings/Makefile.am + (gnome_keybinding_properties_SOURCES): add eggcellrendererkeys.h + 2002-03-18 Zbigniew Chyla * capplets/common/activate-settings-daemon.c (popup_error_message): diff --git a/capplets/keybindings/Makefile.am b/capplets/keybindings/Makefile.am index a2ecc48cb..a772d724a 100644 --- a/capplets/keybindings/Makefile.am +++ b/capplets/keybindings/Makefile.am @@ -3,7 +3,8 @@ bin_PROGRAMS = gnome-keybinding-properties gnome_keybinding_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) gnome_keybinding_properties_SOURCES = \ gnome-keybinding-properties.c \ - eggcellrendererkeys.c + eggcellrendererkeys.c \ + eggcellrendererkeys.h @INTLTOOL_DESKTOP_RULE@