From b1cfe43834cb8551e5e2baf513ee028e8887de34 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 21 Nov 2010 12:53:28 -0800 Subject: [PATCH] use right variable --- lib/ntlm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ntlm/Makefile.am b/lib/ntlm/Makefile.am index d496b34a8..da9904b39 100644 --- a/lib/ntlm/Makefile.am +++ b/lib/ntlm/Makefile.am @@ -27,7 +27,7 @@ libheimntlm_la_LIBADD = \ $(LIBADD_roken) $(srcdir)/heimntlm-protos.h: - cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o heimntlm-protos.h $(libheimntlm_la_SOURCES) || rm -f heimntlm-protos.h + cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o heimntlm-protos.h $(dist_libheimntlm_la_SOURCES) || rm -f heimntlm-protos.h $(libheimntlm_la_OBJECTS): $(srcdir)/heimntlm-protos.h ntlm_err.h