From 1faf416af766446fb0b3aa74802bfc8f0d839cfd Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 22 Mar 2005 23:36:53 +0000 Subject: [PATCH] Link to seperate libraries. (Logical change 1.156) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@545 fd59a12c-fef9-0310-b244-a6a79926bd2f --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index a7a840cf..a2921b0b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -39,7 +39,7 @@ CFLAGS = -c -g -Wall -DDEBUG -I../include CPPFLAGS = -c -g -Wall -DDEBUG -I../include LDFLAGS = -g -L../lib -LIBRARIES= ../lib/libais.a ../lib/libevs.a +LIBRARIES= ../lib/libSaClm.a ../lib/libSaAmf.a ../lib/libSaCkpt.a ../lib/libSaEvt.a ../lib/libevs.a LIBS = $(LIBRARIES) -lpthread # Profile mode flags