* configure.in: Don't compile getopt.c and getopt1.c if there is
[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 bittypes.h sockstorage.h addrinfo.h basename.c getaddrinfo.c getopt.c getopt.h getopt1.c
6 bin_PROGRAMS= starttls
7 lisp_LISP = starttls.el
8
9 starttls_SOURCES = starttls.c
10 starttls_LDADD = $(LIBOBJS)