mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
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:
parent
d4789faff9
commit
af807858c2
@ -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>
|
||||
|
||||
* gmain.c (session_save_state): Use gnome_geometry_string.
|
||||
|
@ -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:
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include "file.h"
|
||||
#include "main.h"
|
||||
#include "panel.h"
|
||||
|
Loading…
Reference in New Issue
Block a user