From: ueno Date: Fri, 11 Aug 2006 01:22:29 +0000 (+0000) Subject: Added -lgnu to LIBS. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=09a33a9ed66bc88cd7793e5124072c3def51874c;p=elisp%2Fstarttls.git Added -lgnu to LIBS. --- diff --git a/Makefile.am b/Makefile.am index 35ae7ab..26ed64e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,8 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = lib -DEFS = -I$(srcdir) -I$(srcdir)/lib $(CFLAGS) @DEFS@ -LIBOBJS = @LIBOBJS@ +DEFS = @DEFS@ -I$(srcdir) -I$(srcdir)/lib $(CFLAGS) +LIBS = @LIBS@ -L$(srcdir)/lib -lgnu EXTRA_DIST = starttls.el bin_PROGRAMS= starttls lisp_LISP = starttls.el