From af807858c2850528489706f853e0f6105f738aa6 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 20 Nov 1998 05:14:38 +0000 Subject: [PATCH] 1998-11-19 Federico Mena Quintero * Makefile.in (OOBJS): Do not link ../src/filegui.o. GMC does not link right now, but I guess I'll add stubs until we finish with the dialog boxes. * gdnd.c: #include * Makefile.in (checklinks): Fix sourcelinks -> maksourcelinks typo. --- gnome/ChangeLog | 10 ++++++++++ gnome/Makefile.in | 4 ++-- gnome/gdnd.c | 1 + 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/gnome/ChangeLog b/gnome/ChangeLog index 66abfb629..4e49c5496 100644 --- a/gnome/ChangeLog +++ b/gnome/ChangeLog @@ -1,3 +1,13 @@ +1998-11-19 Federico Mena Quintero + + * Makefile.in (OOBJS): Do not link ../src/filegui.o. GMC does not + link right now, but I guess I'll add stubs until we finish with + the dialog boxes. + + * gdnd.c: #include + + * Makefile.in (checklinks): Fix sourcelinks -> maksourcelinks typo. + 1998-11-12 Miguel de Icaza * gmain.c (session_save_state): Use gnome_geometry_string. diff --git a/gnome/Makefile.in b/gnome/Makefile.in index ac2b659f4..60e00d5e9 100644 --- a/gnome/Makefile.in +++ b/gnome/Makefile.in @@ -81,7 +81,7 @@ OOBJS = main.o dlg.o screen.o widget.o wtools.o info.o boxes.o \ win.o color.o profile.o user.o ext.o setup.o tree.o \ subshell.o terms.o achown.o fsusage.o mountlist.o \ @XCURSES@ @REGEX_O@ complete.o command.o \ - option.o cmd.o utilunix.o xslint.o filegui.o + option.o cmd.o utilunix.o xslint.o OBJS = $(LOBJS) $(OOBJS) \ gdesktop-icon.o \ @@ -152,7 +152,7 @@ libgtkedit.a: checklinks: @if test -f $(gnomedir)/regex.c; then echo ok; \ - else $(MAKE) sourcelinks; fi + else $(MAKE) maksourcelinks; fi @if test -f regex.o; then echo ok; else $(MAKE) links; fi links: diff --git a/gnome/gdnd.c b/gnome/gdnd.c index e08b48831..3d831add2 100644 --- a/gnome/gdnd.c +++ b/gnome/gdnd.c @@ -8,6 +8,7 @@ #include #include +#include #include "file.h" #include "main.h" #include "panel.h"