1
0
mirror of https://github.com/MidnightCommander/mc synced 2025-01-13 06:49:22 +03:00
mc/edit/Makefile.am
2009-03-10 20:08:30 +00:00

16 lines
387 B
Makefile

AM_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
if USE_EDIT
noinst_LIBRARIES = libedit.a
else
noinst_LIBRARIES =
endif
libedit_a_SOURCES = \
bookmark.c edit.c editcmd.c editwidget.c editdraw.c editkeys.c \
editmenu.c editoptions.c editcmddef.h edit.h edit-widget.h \
editlock.c editlock.h syntax.c usermap.h usermap.c wordproc.c \
choosesyntax.c etags.c etags.h
EXTRA_DIST = ChangeLog