Added tests for regex search
[midnight-commander.git] / src / editor / Makefile.am
blob29ace670933db1c9c1dd792bb906511149b323bd
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 if USE_ASPELL
17 if HAVE_GMODULE
18 libedit_la_SOURCES += \
19         spell.c spell.h \
20         spell_dialogs.c spell_dialogs.h
21 endif
22 endif
24 AM_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(PCRE_CFLAGS)