From 303152d464631af69c2947631d0629aa31c099b3 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 1 Jul 2015 17:34:57 -0400 Subject: Debug p11util. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index c7e69c3..872930e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -62,7 +62,7 @@ schema.h: schema.sql scripts/convert-schema.sed GNUmakefile attributes.h: attributes.yaml scripts/build-attributes GNUmakefile python scripts/build-attributes attributes.yaml attributes.h -pkcs11.o: pkcs11.c schema.h attributes.h +pkcs11.o: pkcs11.c sql_common.h schema.h attributes.h ${CC} ${CFLAGS} -c $< pkcs11.so: pkcs11.o ${LIBS} -- cgit v1.2.3