mc/edit/Makefile.am
Pavel Roskin ab43e6db88 * edit_key_translator.c: Rename to ...
* editkeys.c: ... this.
* edit.c (edit_translate_key): Move to editkeys.c.
* Makefile.am: Adjust for the above.
2002-12-23 10:13:35 +00:00

15 lines
295 B
Makefile

AM_CFLAGS = $(GLIB_CFLAGS)
if USE_EDIT
noinst_LIBRARIES = libedit.a
else
noinst_LIBRARIES =
endif
libedit_a_SOURCES = \
bookmark.c edit.c editcmd.c editwidget.c editdraw.c editkeys.c \
editmenu.c editoptions.c editcmddef.h edit.h edit-widget.h \
syntax.c wordproc.c
EXTRA_DIST = ChangeLog