diff --git a/ChangeLog b/ChangeLog index 1a94aa6bf..59da680f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-04-26 Seth Nickell + + * capplets/Makefile.am: + * configure.in: + + Re-enable building of font capplet. + 2002-04-19 Mark McLoughlin * capplets/Makefile.am, configure.in: add diff --git a/capplets/Makefile.am b/capplets/Makefile.am index 8b04406d4..27c840e4b 100644 --- a/capplets/Makefile.am +++ b/capplets/Makefile.am @@ -1,6 +1,6 @@ always_built_SUBDIRS = \ common accessibility \ - desktop-links \ + desktop-links font \ background keyboard mouse sound \ file-types theme-switcher ui-properties \ keybindings network diff --git a/configure.in b/configure.in index 8adf2a66f..11203c0b7 100644 --- a/configure.in +++ b/configure.in @@ -199,6 +199,7 @@ capplets/background/Makefile capplets/desktop-links/Makefile capplets/file-types/Makefile capplets/file-types/libuuid/Makefile +capplets/font/Makefile capplets/keybindings/Makefile capplets/keyboard/Makefile capplets/mouse/Makefile