diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | capplets/Makefile.am | 2 | ||||
-rw-r--r-- | configure.in | 1 |
3 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1998-12-02 Martin Baulig <martin@home-of-linux.org> + + * capplets/bell-properties: Added bell properties capplet. + Sun Nov 29 18:20:54 EST 1998 Gregory McLean <gregm@comstar.net> * configure.in : Added applets/gticker/Makefile to the makefiles to diff --git a/capplets/Makefile.am b/capplets/Makefile.am index 7ffca5f61..9c2e6e1a0 100644 --- a/capplets/Makefile.am +++ b/capplets/Makefile.am @@ -1,6 +1,6 @@ always_built_SUBDIRS = mouse-properties keyboard-properties \ desktop-links screensaver-properties background-properties \ - theme-switcher e-conf sound-properties + theme-switcher e-conf sound-properties bell-properties SUBDIRS = $(always_built_SUBDIRS) diff --git a/configure.in b/configure.in index 63ccad809..837439ab5 100644 --- a/configure.in +++ b/configure.in @@ -234,6 +234,7 @@ capplets/background-properties/Makefile capplets/screensaver-properties/Makefile capplets/screensaver-properties/screensaver-desktops/Makefile capplets/sound-properties/Makefile +capplets/bell-properties/Makefile capplets/e-conf/Makefile capplets/theme-switcher/Makefile idl/Makefile |