use DES_set_key_unchecked().
[heimdal.git] / lib / editline / Makefile.am
blob6b853b29ec4e7706046998c45f6e840f45cd2aee
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 if do_roken_rename
6 ES = snprintf.c strdup.c strlcat.c
7 endif
9 AM_CPPFLAGS += $(ROKEN_RENAME)
11 man_MANS = editline.3
13 lib_LTLIBRARIES = libeditline.la
14 if el_compat
15 noinst_LTLIBRARIES = libel_compat.la
16 endif
18 noinst_PROGRAMS = testit
20 CHECK_LOCAL =
22 testit_LDADD = \
23         libeditline.la \
24         $(LIB_tgetent) \
25         $(LIB_roken)
27 include_HEADERS = editline.h
29 libeditline_la_SOURCES = \
30         edit_locl.h \
31         complete.c \
32         editline.c \
33         sysunix.c \
34         editline.h \
35         roken_rename.h \
36         unix.h \
37         $(EXTRA_SOURCE)
39 EXTRA_SOURCE = $(ES) 
41 libel_compat_la_SOURCES = edit_compat.c edit_compat.h
43 EXTRA_DIST = $(man_MANS)
45 snprintf.c:
46         $(LN_S) $(srcdir)/../roken/snprintf.c .
47 strdup.c:
48         $(LN_S) $(srcdir)/../roken/strdup.c .
49 strlcat.c:
50         $(LN_S) $(srcdir)/../roken/strlcat.c .