* removed edit/usermap.c edit/usermap.h
[midnight-commander.git] / edit / Makefile.am
blob0b941a13caccba68ddeaee2016acfd4f8c08e073
1 AM_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(PCRE_CFLAGS)
3 if USE_EDIT
4 noinst_LIBRARIES = libedit.a
5 else
6 noinst_LIBRARIES =
7 endif
9 libedit_a_SOURCES = \
10         bookmark.c edit.c editcmd.c editwidget.c editdraw.c editkeys.c \
11         editmenu.c editoptions.c editcmddef.h edit-impl.h edit.h edit-widget.h \
12         editlock.c editlock.h syntax.c wordproc.c \
13         choosesyntax.c etags.c etags.h editcmd_dialogs.c editcmd_dialogs.h
15 EXTRA_DIST =