Index: testsuite/tcg/policy/Makefile |
diff --git a/testsuite/tcg/policy/Makefile b/testsuite/tcg/policy/Makefile |
index aa2a3cd839472136ac7c3b00e04942920bfa1429..21568dc5c753ce391863d35921106360a6792217 100644 |
--- a/testsuite/tcg/policy/Makefile |
+++ b/testsuite/tcg/policy/Makefile |
@@ -27,7 +27,7 @@ else |
OPTS = |
endif |
ALL = $(shell ls *.c | sed "s/\.c//g") |
-LIBS = ../common/common.o $(LDFLAGS) |
+LIBS = ../common/common.o -ltspi $(LDFLAGS) |
CFLAGS += -g -I../include |
.c: |