Merge branch '2991_label_redraw'
[midnight-commander.git] / src / editor / Makefile.am
blob8f013597ad68a5abadee20c01a4c349c8094df56
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 \
11         choosesyntax.c \
12         edit.c edit.h \
13         edit-impl.h \
14         editcmd.c \
15         editcmd_dialogs.c editcmd_dialogs.h \
16         editdraw.c \
17         editmenu.c \
18         editoptions.c \
19         editwidget.c editwidget.h \
20         etags.c etags.h \
21         syntax.c \
22         wordproc.c
24 if USE_ASPELL
25 if HAVE_GMODULE
26 libedit_la_SOURCES += \
27         spell.c spell.h \
28         spell_dialogs.c spell_dialogs.h
29 endif
30 endif
32 AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(PCRE_CPPFLAGS)