X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fstarttls.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=b92477d653039cdbfe65f97dff752a6114048d30;hp=733ec97aa05ab3bc0598ac263ada41efd1d2a44c;hb=bcbb663d3249baf4731ce670fef341da10655f54;hpb=dbfa14f8eacbde96eefef17d51f598552b797e02 diff --git a/Makefile.am b/Makefile.am index 733ec97..b92477d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,11 @@ ## Process this file with automake to produce Makefile.in -DEFS = -I$(srcdir) $(CFLAGS) @DEFS@ +ACLOCAL_AMFLAGS = -I m4 +SUBDIRS = lib + +DEFS = -I$(srcdir) -I$(srcdir)/lib $(CFLAGS) @DEFS@ LIBOBJS = @LIBOBJS@ -EXTRA_DIST = starttls.el basename.c getopt.c getopt.h getopt1.c +EXTRA_DIST = starttls.el basename.c bin_PROGRAMS= starttls lisp_LISP = starttls.el @@ -11,4 +14,3 @@ starttls_SOURCES = starttls.c gnutls.c else starttls_SOURCES = starttls.c openssl.c endif -starttls_LDADD = $(LIBOBJS)