mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
a910b45e57
* removed unused edit/editcmddef.h, edit/usermap.c, edit/usermap.h * some cleanup Signed-off-by: Ilia Maslakov <il.smind@google.com> * Remove unneded constant definition from src/Makefile.am Signed-off-by: Slava Zanko <slavazanko@gmail.com>
16 lines
407 B
Makefile
16 lines
407 B
Makefile
AM_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(PCRE_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 edit-impl.h edit.h edit-widget.h \
|
|
editlock.c editlock.h syntax.c wordproc.c \
|
|
choosesyntax.c etags.c etags.h editcmd_dialogs.c editcmd_dialogs.h
|
|
|
|
EXTRA_DIST =
|