$NetBSD: patch-at,v 1.1 2005/11/02 03:11:36 aolcarton Exp $

--- scep/Makefile.am	2002-02-24 16:40:01.000000000 -0500
+++ scep/Makefile.am	2005-05-09 18:40:45.000000000 -0400
@@ -22,11 +22,11 @@
 
 SCRIPT = scepkey scepclient
 
-LIBS = @LIBS@
+LIBS = $(LIBLTDL) @LIBS@
 
 LDADD = ../lib/libscep.la
 
-INCLUDES = $(INCLTDL) -I$(top_srcdir)/include -I$(OPENSSLDIR)/include
+INCLUDES = $(LTDLINCL) -I$(top_srcdir)/include -I$(OPENSSLDIR)/include
 
 all-local:	scepkey scepclient
 
