Files
heimdal/lib/editline/Makefile.am
Assar Westerlund e53706c80a use LIB_roken
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5897 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-04-09 18:29:48 +00:00

27 lines
460 B
Makefile

# $Id$
include $(top_srcdir)/Makefile.am.common
man_MANS = editline.3
lib_LIBRARIES = libeditline.a
if el_compat
noinst_LIBRARIES = libel_compat.a
else
noinst_LIBRARIES =
endif
noinst_PROGRAMS = testit
testit_LDADD = \
libeditline.a \
$(LIB_tgetent) \
$(LIB_roken)
include_HEADERS = editline.h
libeditline_a_SOURCES = complete.c editline.c sysunix.c \
editline.h roken_rename.h unix.h
libel_compat_a_SOURCES = edit_compat.c
EXTRA_DIST = $(man_MANS)