Ticket #2846: code cleanup before 4.8.1.4 release.
[midnight-commander.git] / src / editor / Makefile.am
blob16685557ec5ea8bebe9e08d3ae620643ca71c040
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 editwidget.h \
11         editdraw.c editkeys.c \
12         editmenu.c editoptions.c edit-impl.h edit.h \
13         syntax.c wordproc.c \
14         choosesyntax.c etags.c etags.h editcmd_dialogs.c editcmd_dialogs.h
16 libedit_la_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(PCRE_CFLAGS)