[Cluster-devel] cluster/cman/daemon Makefile

fabbione at sourceware.org fabbione at sourceware.org
Wed Jun 13 08:28:46 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione at sourceware.org	2007-06-13 08:28:45

Modified files:
	cman/daemon    : Makefile 

Log message:
	Wave goodbye to libcman bits :)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/Makefile.diff?cvsroot=cluster&r1=1.52&r2=1.53

--- cluster/cman/daemon/Makefile	2007/06/13 08:23:20	1.52
+++ cluster/cman/daemon/Makefile	2007/06/13 08:28:45	1.53
@@ -14,7 +14,7 @@
 
 CFLAGS += -DCMAN_RELEASE_NAME=\"${RELEASE}\" -DOPENAIS_EXTERNAL_SERVICE
 CFLAGS += -fPIC
-CFLAGS += -I${ccsincdir} -I${openaisincdir} -I${cmanincdir}
+CFLAGS += -I${ccsincdir} -I${openaisincdir}
 CFLAGS += -I${incdir}
 
 ifeq ($(DEBUG),y)
@@ -23,7 +23,7 @@
 CFLAGS += -O2
 endif
 
-LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -lccs 
+LDFLAGS += -L${ccslibdir} -lccs 
 
 TARGET= service_cman.lcrso
 




More information about the Cluster-devel mailing list