From 16e569e3a648c12d68fdfe84bf5e4323ea5f107a Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 24 Aug 2001 19:04:13 +0000 Subject: [PATCH] * Makefile.in (EDITSRC): Add headers. (CPPFLAGS): Remove reference to gtkedit. --- edit/ChangeLog | 3 +++ edit/Makefile.in | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/edit/ChangeLog b/edit/ChangeLog index 7c1d31aab..d6336d5b5 100644 --- a/edit/ChangeLog +++ b/edit/ChangeLog @@ -1,5 +1,8 @@ 2001-08-24 Pavel Roskin + * Makefile.in (EDITSRC): Add headers. + (CPPFLAGS): Remove reference to gtkedit. + Copy all necessary files from gtkedit. * Makefile.in (EDITLINKS): Merge with EDITSRC, remove all references. diff --git a/edit/Makefile.in b/edit/Makefile.in index 24982ba1f..67cc9a141 100644 --- a/edit/Makefile.in +++ b/edit/Makefile.in @@ -7,8 +7,7 @@ top_builddir = .. @MCF@ CFLAGS = $(XCFLAGS) -CPPFLAGS = $(XCPPFLAGS) -I$(top_srcdir) -I$(top_srcdir)/edit \ - -I$(top_srcdir)/gtkedit +CPPFLAGS = $(XCPPFLAGS) -I$(top_srcdir) -I$(top_srcdir)/edit LDFLAGS = $(XLDFLAGS) DEFS = $(XDEFS) LIBS = @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ $(XLIB) @@ -23,7 +22,7 @@ AR = @AR@ EDITSRC = edit_key_translator.c edit.c editcmd.c editwidget.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 \ syntax.o editoptions.o bookmark.o