diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2004-10-26 13:06:59 +0000 |
---|---|---|
committer | Davyd Madeley <davyd@src.gnome.org> | 2004-10-26 13:06:59 +0000 |
commit | a45f36c6fe40dc0ad76733db7a74ffcfc7e92f46 (patch) | |
tree | 7540a77854ff446bdc9ee46b4bc2c8a365472001 /Makefile.am | |
parent | fb2ed5ae5f777c301083bdc80984ff404dcb88c3 (diff) |
Remove mailcheck, add new null_applet to deprecate mailcheck
2004-10-26 Davyd Madeley <davyd@madeley.id.au>
* Makefile.am:
* configure.in: Remove mailcheck, add new null_applet to deprecate
mailcheck
A null_applet/*: null_applet: The Applet Deprecation Applet
R mailcheck/*: The Inbox Monitor, may it Rest In Peace
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index a31b5810a..f9db2883d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,11 +47,11 @@ always_built_SUBDIRS = \ drivemount \ charpick \ geyes \ - mailcheck \ mini-commander \ gkb-new \ wireless \ - stickynotes + stickynotes \ + null_applet SUBDIRS = \ po \ @@ -67,7 +67,6 @@ SUBDIRS = \ DIST_SUBDIRS = \ po \ - mailcheck \ mixer \ modemlights \ cdplayer \ @@ -87,7 +86,8 @@ DIST_SUBDIRS = \ stickynotes \ libgswitchit \ gswitchit \ - trashapplet + trashapplet \ + null_applet EXTRA_DIST = \ COPYING-DOCS \ |