mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
073907ec5f
* usermap.h: Likewise. * Makefile.am: Likewise. * editcmd.c: Define new editor commands which had been coded inline before. This change also affects some other files. * edit-widget.h: Invented a new type edit_key_map_type instead of using long for. * editkeys.c: Using that type.
15 lines
327 B
Makefile
15 lines
327 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 \
|
|
editlock.c editlock.h syntax.c usermap.c wordproc.c
|
|
|
|
EXTRA_DIST = ChangeLog
|