2009-01-30 16:46:44 +01:00
|
|
|
AM_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
|
2001-08-26 08:41:34 +00:00
|
|
|
|
|
|
|
if USE_EDIT
|
2001-08-26 16:43:54 +00:00
|
|
|
noinst_LIBRARIES = libedit.a
|
2001-08-26 08:41:34 +00:00
|
|
|
else
|
2001-08-26 16:43:54 +00:00
|
|
|
noinst_LIBRARIES =
|
2001-08-26 08:41:34 +00:00
|
|
|
endif
|
|
|
|
|
2002-12-23 10:13:35 +00:00
|
|
|
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 \
|
2005-07-24 13:37:58 +00:00
|
|
|
editlock.c editlock.h syntax.c usermap.h usermap.c wordproc.c \
|
2009-03-10 20:08:30 +00:00
|
|
|
choosesyntax.c etags.c etags.h
|
2001-08-26 08:41:34 +00:00
|
|
|
|
2002-12-23 10:13:35 +00:00
|
|
|
EXTRA_DIST = ChangeLog
|