733ec97aa05ab3bc0598ac263ada41efd1d2a44c
[elisp/starttls.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 DEFS = -I$(srcdir) $(CFLAGS) @DEFS@
4 LIBOBJS = @LIBOBJS@
5 EXTRA_DIST = starttls.el basename.c getopt.c getopt.h getopt1.c
6 bin_PROGRAMS= starttls
7 lisp_LISP = starttls.el
8
9 if USE_GNUTLS
10 starttls_SOURCES = starttls.c gnutls.c
11 else
12 starttls_SOURCES = starttls.c openssl.c
13 endif
14 starttls_LDADD = $(LIBOBJS)