1998-11-19 Federico Mena Quintero <federico@nuclecu.unam.mx>

* 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 <sys/types.h>

	* Makefile.in (checklinks): Fix sourcelinks -> maksourcelinks typo.
This commit is contained in:
Miguel de Icaza 1998-11-20 05:14:38 +00:00
parent d4789faff9
commit af807858c2
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,13 @@
1998-11-19 Federico Mena Quintero <federico@nuclecu.unam.mx>
* 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 <sys/types.h>
* Makefile.in (checklinks): Fix sourcelinks -> maksourcelinks typo.
1998-11-12 Miguel de Icaza <miguel@nuclecu.unam.mx> 1998-11-12 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gmain.c (session_save_state): Use gnome_geometry_string. * gmain.c (session_save_state): Use gnome_geometry_string.

View File

@ -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 \ win.o color.o profile.o user.o ext.o setup.o tree.o \
subshell.o terms.o achown.o fsusage.o mountlist.o \ subshell.o terms.o achown.o fsusage.o mountlist.o \
@XCURSES@ @REGEX_O@ complete.o command.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) \ OBJS = $(LOBJS) $(OOBJS) \
gdesktop-icon.o \ gdesktop-icon.o \
@ -152,7 +152,7 @@ libgtkedit.a:
checklinks: checklinks:
@if test -f $(gnomedir)/regex.c; then echo ok; \ @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 @if test -f regex.o; then echo ok; else $(MAKE) links; fi
links: links:

View File

@ -8,6 +8,7 @@
#include <config.h> #include <config.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h>
#include "file.h" #include "file.h"
#include "main.h" #include "main.h"
#include "panel.h" #include "panel.h"