Ticket #3836: maint - set default `--with-homedir` value to `.mc` instead of `yes`
[midnight-commander.git] / src / editor / Makefile.am
blob235ed76afa3b2d6ef0782786857fc775644df488
1 EXTRA_DIST =
3 if USE_INTERNAL_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-impl.h \
13         edit.c edit.h \
14         editbuffer.c editbuffer.h \
15         editcmd.c \
16         editcmd_dialogs.c editcmd_dialogs.h \
17         editdraw.c \
18         editmenu.c \
19         editoptions.c \
20         editwidget.c editwidget.h \
21         etags.c etags.h \
22         format.c \
23         syntax.c
25 if USE_ASPELL
26 if HAVE_GMODULE
27 libedit_la_SOURCES += \
28         spell.c spell.h \
29         spell_dialogs.c spell_dialogs.h
30 endif
31 endif
33 AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(PCRE_CPPFLAGS)