Update po/mc.pot and po/*.po files.
[midnight-commander.git] / src / editor / Makefile.am
blobabe0ac12b3db7ae40b675f05ca889e081eecb336
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_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(PCRE_CPPFLAGS)