Browse Source

defect 754
tests dont build because makefile damaged


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@771 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 20 years ago
parent
commit
d294fbf86d
1 changed files with 2 additions and 4 deletions
  1. 2 4
      test/Makefile

+ 2 - 4
test/Makefile

@@ -39,8 +39,7 @@
 CFLAGS = -c -g -Wall -DDEBUG -I../include
 CFLAGS = -c -g -Wall -DDEBUG -I../include
 CPPFLAGS = -c -g -Wall -DDEBUG -I../include
 CPPFLAGS = -c -g -Wall -DDEBUG -I../include
 LDFLAGS = -g -L../lib
 LDFLAGS = -g -L../lib
-#LIBRARIES= /lib/libSaClm.a ../lib/libSaAmf.a ../lib/libSaCkpt.a ../lib/libSaEvt.a ../lib/libevs.a
-LIBRARIES= ../lib/libSaAmf.a ../lib/libSaCkpt.a ../lib/libSaEvt.a ../lib/libevs.a
+LIBRARIES= ../lib/libSaClm.a ../lib/libSaAmf.a ../lib/libSaCkpt.a ../lib/libSaEvt.a ../lib/libevs.a
 LIBS = $(LIBRARIES) -lpthread
 LIBS = $(LIBRARIES) -lpthread
 
 
 # Profile mode flags
 # Profile mode flags
@@ -105,8 +104,7 @@ evsbench: evsbench.o $(LIBS)
 	$(CC) $(LDFLAGS) -o evsbench evsbench.o $(LIBS)
 	$(CC) $(LDFLAGS) -o evsbench evsbench.o $(LIBS)
 
 
 testclm: testclm.o $(LIBRARIES)
 testclm: testclm.o $(LIBRARIES)
-	$(CC) $(LDFLAGS) -o testclm testclm.o -lais
-# $(LIBS) -lSaClm
+	$(CC) $(LDFLAGS) -o testclm testclm.o $(LIBS)
 
 
 testckpt: testckpt.o sa_error.o $(LIBRARIES)
 testckpt: testckpt.o sa_error.o $(LIBRARIES)
 	$(CC) $(LDFLAGS) -o testckpt testckpt.o sa_error.o $(LIBS)
 	$(CC) $(LDFLAGS) -o testckpt testckpt.o sa_error.o $(LIBS)