From 55df20a5c6e28a90d2c5c5084a147698716838e3 Mon Sep 17 00:00:00 2001 From: ueno Date: Fri, 11 Aug 2006 01:07:29 +0000 Subject: [PATCH] Removed basename.c from EXTRA_DIST. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b92477d..35ae7ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = lib DEFS = -I$(srcdir) -I$(srcdir)/lib $(CFLAGS) @DEFS@ LIBOBJS = @LIBOBJS@ -EXTRA_DIST = starttls.el basename.c +EXTRA_DIST = starttls.el bin_PROGRAMS= starttls lisp_LISP = starttls.el -- 1.7.10.4