Parcourir la source

Build testquorum on Darwin

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1724 fd59a12c-fef9-0310-b244-a6a79926bd2f
Christine Caulfield il y a 17 ans
Parent
commit
a6af4c7cab
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      services/Makefile

+ 3 - 0
services/Makefile

@@ -74,6 +74,9 @@ service_cpg.lcrso: cpg.o
 service_pload.lcrso: pload.o
 	$(CC) $(LDFLAGS) -bundle $(LDFLAGS) -bundle_loader ../exec/corosync -bind_at_load pload.o -o $@
 
+testquorum.lcrso: testquorum.o
+	$(CC) $(LDFLAGS) -bundle $(LDFLAGS) -bundle_loader ../exec/corosync -bind_at_load testquorum.o -o $@
+
 else
 
 service_evs.lcrso: evs.o