From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 13 Jun 2007 08:23:20 -0000 Subject: [Cluster-devel] cluster/cman/daemon Makefile Message-ID: <20070613082320.28444.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield at sourceware.org 2007-06-13 08:23:20 Modified files: cman/daemon : Makefile Log message: Don't link cman with libcman! Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/Makefile.diff?cvsroot=cluster&r1=1.51&r2=1.52 --- cluster/cman/daemon/Makefile 2007/06/01 09:45:31 1.51 +++ cluster/cman/daemon/Makefile 2007/06/13 08:23:20 1.52 @@ -23,7 +23,7 @@ CFLAGS += -O2 endif -LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -lccs -lcman +LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -lccs TARGET= service_cman.lcrso