Importing starttls 0.4+.
[elisp/starttls.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 DEFS = -I$(srcdir) $(CFLAGS) @DEFS@
4 LIBS = -L. -lutil @LIBS@
5 CLEANFILES = starttls
6 EXTRA_DIST = starttls.el getaddrinfo.c getopt.c getopt1.c
7
8 noinst_LIBRARIES = libutil.a
9 bin_PROGRAMS= starttls
10 lisp_LISP = starttls.el
11
12 noinst_HEADERS = getaddrinfo.h getopt.h
13 libutil_a_SOURCES = getaddrinfo.c getopt.c getopt1.c
14 starttls_SOURCES = starttls.c