gnome-network gmailman take two



Well, this should teach me to send off patches before checking if they fix the
problem or not.  The previous patch put gmailman into the toplevel Makefile.am
but not into the output section of the configure.in.  Also, two gmailman files
include checkmem.h which cannot be found.  I deleted the #include "checkmem.h"
lines (checkmem.h defines DMC() which isn't used in any gmailman file.) and it
compiles.

-Toshio

-- 
badger  \"The Difference between today and yesterday is not so much what has
@prtr-13 \ changed between then and now as what I hope to change by tomorrow."
.ucsc.edu  \~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
--- gnome-network/gmailman/gmailman.m.bak2	Tue Apr 21 23:21:40 1998
+++ gnome-network/gmailman/gmailman.m	Tue Apr 21 23:22:06 1998
@@ -1,6 +1,5 @@
 #include "gmailman.h"
 #include <gnome.h>
-#include "checkmem.h"
 
 GnomeUIInfo maintoolbar[] = {
   {GNOME_APP_UI_ITEM, N_("New list..."), N_("Add a new mailing list"), "addlist",
--- gnome-network/gmailman/maillist.m.bak2	Tue Apr 21 23:21:57 1998
+++ gnome-network/gmailman/maillist.m	Tue Apr 21 23:22:14 1998
@@ -4,7 +4,6 @@
 #include <ctype.h>
 #include <time.h>
 #include <regex.h>
-#include "checkmem.h"
 
 BOOL MLProcessMessage(id aMessage)
 {
--- gnome-network/configure.in.bak	Tue Apr 21 23:05:10 1998
+++ gnome-network/configure.in	Tue Apr 21 23:05:25 1998
@@ -39,6 +39,7 @@
 macros/Makefile
 network-utilities/Makefile
 girc/Makefile
+gmailman/Makefile
 gnome-ppp/Makefile
 gnometalk/Makefile
 intl/Makefile
--- gnome-network/Makefile.am.bak	Tue Apr 21 23:05:55 1998
+++ gnome-network/Makefile.am	Tue Apr 21 23:01:23 1998
@@ -1,5 +1,5 @@
 if OBJECTIVE_C
-objc_DIRS =  girc
+objc_DIRS =  girc gmailman
 endif
 
 if GUILE


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]