
separate library git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5003 ec53bebd-3082-4978-b11e-865c3cabbd6b
16 lines
293 B
Makefile
16 lines
293 B
Makefile
# $Id$
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
|
|
|
INCLUDES = -I$(top_builddir)/include
|
|
|
|
lib_LIBRARIES = libeditline.a
|
|
if el_compat
|
|
noinst_LIBRARIES = libel_compat.a
|
|
else
|
|
noinst_LIBRARIES =
|
|
endif
|
|
|
|
libeditline_a_SOURCES = complete.c editline.c sysunix.c
|
|
libel_compat_a_SOURCES = edit_compat.c
|