keymap files: unification of Fxx keys: move to lower case.
[midnight-commander.git] / src / editor / Makefile.am
blob20c1abe092b6ec45326afda285942b280a816d0c
1 EXTRA_DIST =
3 if USE_EDIT
4 noinst_LTLIBRARIES = libedit.la
5 else
6 noinst_LTLIBRARIES = 
7 endif
9 libedit_la_SOURCES = \
10         bookmark.c edit.c editcmd.c editwidget.c editdraw.c editkeys.c \
11         editmenu.c editoptions.c edit-impl.h edit.h edit-widget.h \
12         syntax.c wordproc.c \
13         choosesyntax.c etags.c etags.h editcmd_dialogs.c editcmd_dialogs.h
15 libedit_la_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(PCRE_CFLAGS)