[Cluster-devel] cluster/cman/daemon Makefile

pcaulfield at sourceware.org pcaulfield at sourceware.org
Wed Jun 13 08:23:20 UTC 2007


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
 




More information about the Cluster-devel mailing list