mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
* Makefile.in (EDITSRC): Add headers.
(CPPFLAGS): Remove reference to gtkedit.
This commit is contained in:
parent
621a8f2391
commit
16e569e3a6
@ -1,5 +1,8 @@
|
|||||||
2001-08-24 Pavel Roskin <proski@gnu.org>
|
2001-08-24 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in (EDITSRC): Add headers.
|
||||||
|
(CPPFLAGS): Remove reference to gtkedit.
|
||||||
|
|
||||||
Copy all necessary files from gtkedit.
|
Copy all necessary files from gtkedit.
|
||||||
* Makefile.in (EDITLINKS): Merge with EDITSRC, remove all
|
* Makefile.in (EDITLINKS): Merge with EDITSRC, remove all
|
||||||
references.
|
references.
|
||||||
|
@ -7,8 +7,7 @@ top_builddir = ..
|
|||||||
@MCF@
|
@MCF@
|
||||||
|
|
||||||
CFLAGS = $(XCFLAGS)
|
CFLAGS = $(XCFLAGS)
|
||||||
CPPFLAGS = $(XCPPFLAGS) -I$(top_srcdir) -I$(top_srcdir)/edit \
|
CPPFLAGS = $(XCPPFLAGS) -I$(top_srcdir) -I$(top_srcdir)/edit
|
||||||
-I$(top_srcdir)/gtkedit
|
|
||||||
LDFLAGS = $(XLDFLAGS)
|
LDFLAGS = $(XLDFLAGS)
|
||||||
DEFS = $(XDEFS)
|
DEFS = $(XDEFS)
|
||||||
LIBS = @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ $(XLIB)
|
LIBS = @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ $(XLIB)
|
||||||
@ -23,7 +22,7 @@ AR = @AR@
|
|||||||
|
|
||||||
EDITSRC = edit_key_translator.c edit.c editcmd.c editwidget.c \
|
EDITSRC = edit_key_translator.c edit.c editcmd.c editwidget.c \
|
||||||
editdraw.c editmenu.c wordproc.c syntax.c editoptions.c \
|
editdraw.c editmenu.c wordproc.c syntax.c editoptions.c \
|
||||||
bookmark.c
|
bookmark.c editcmddef.h edit.h edit-widget.h
|
||||||
|
|
||||||
EDITOBJS = edit.o editcmd.o editwidget.o editdraw.o editmenu.o wordproc.o \
|
EDITOBJS = edit.o editcmd.o editwidget.o editdraw.o editmenu.o wordproc.o \
|
||||||
syntax.o editoptions.o bookmark.o
|
syntax.o editoptions.o bookmark.o
|
||||||
|
Loading…
Reference in New Issue
Block a user