From 7a454aa0108b61e1a391bcfba38091a2e18925c5 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 7 Feb 2011 21:47:26 +1100 Subject: [PATCH] autogen.sh: we should create libiscsi.pc not ctdb.pc --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 7f086cd..e976330 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh rm -rf autom4te.cache -rm -f configure config.h.in ctdb.pc +rm -f configure config.h.in libiscsi.pc IPATHS="-I ./include -I ../include"