From f04a81b799c7771490bca354151b582d27308d62 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 28 Aug 2010 20:07:14 +0000 Subject: [PATCH] Add the other failure libraries. --- tests/common/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/common/Makefile b/tests/common/Makefile index a69e6329..1b14552a 100644 --- a/tests/common/Makefile +++ b/tests/common/Makefile @@ -1,4 +1,4 @@ -all: rename_failure.so +all: rename_failure.so rmdir_failure.so unlink_failure.so -rename_failure.so: rename_failure.c +%.so: %.c gcc -W -Wall -pedantic -g $< -shared -ldl -o $@