* starttls.el: Undo the last change.
[elisp/starttls.git] / Makefile.am
index bd817b3..3a4c44a 100644 (file)
@@ -1,14 +1,9 @@
 ## Process this file with automake to produce Makefile.in
 
 DEFS = -I$(srcdir) $(CFLAGS) @DEFS@
-LIBS = -L. -lutil @LIBS@
-CLEANFILES = starttls
-EXTRA_DIST = starttls.el getaddrinfo.c getopt.c getopt1.c
-
-noinst_LIBRARIES = libutil.a
+EXTRA_DIST = starttls.el addrinfo.h basename.c getaddrinfo.c
 bin_PROGRAMS= starttls
 lisp_LISP = starttls.el
 
-noinst_HEADERS = getaddrinfo.h getopt.h
-libutil_a_SOURCES = getaddrinfo.c getopt.c getopt1.c
-starttls_SOURCES = starttls.c
+starttls_SOURCES = starttls.c getopt.c getopt.h getopt1.c
+