* starttls.c (main): Use poll() instead of select() if available.
[elisp/starttls.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 DEFS = -I$(srcdir) $(CFLAGS) @DEFS@
4 EXTRA_DIST = starttls.el addrinfo.h basename.c getaddrinfo.c
5 bin_PROGRAMS= starttls
6 lisp_LISP = starttls.el
7
8 starttls_SOURCES = starttls.c getopt.c getopt.h getopt1.c
9