Remove two build errors with extra object file included that is not needed.

(Logical change 1.74)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@260 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2004-09-18 07:03:51 +00:00
parent 818072aa9c
commit c22ca0ba7a

View File

@ -92,10 +92,10 @@ testevt: testevt.o sa_error.o $(LIBRARIES)
$(CC) $(LDFLAGS) -o testevt testevt.o sa_error.o $(LIBS)
testevs: testevs.o $(LIBS)
$(CC) $(LDFLAGS) -o testevs testevs.o sa_error.o $(LIBS)
$(CC) $(LDFLAGS) -o testevs testevs.o $(LIBS)
evsbench: evsbench.o $(LIBS)
$(CC) $(LDFLAGS) -o evsbench evsbench.o sa_error.o $(LIBS)
$(CC) $(LDFLAGS) -o evsbench evsbench.o $(LIBS)
testclm: testclm.o $(LIBRARIES)
$(CC) $(LDFLAGS) -o testclm testclm.o $(LIBS)