From 63d3f7f29aecf00468025c05bc01723360d86e24 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 12 May 2016 16:13:00 -0400 Subject: p11util now uses libhal and doesn't need to touch SQL. "p11util" is now something of a misnomer, since there's no longer anything about it that's specific to PKCS #11. Probably should become a libhal utility program, eventually. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 90440a7..71ca871 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -96,7 +96,7 @@ attributes.h: attributes.yaml scripts/build-attributes GNUmakefile py11/attribute_map.py: attributes.yaml scripts/build-py11-attributes GNUmakefile python scripts/build-py11-attributes attributes.yaml py11/attribute_map.py -pkcs11.o: pkcs11.c sql_common.h schema.h attributes.h +pkcs11.o: pkcs11.c p11_common.h schema.h attributes.h ${CC} ${CFLAGS} -c $< pkcs11.so: pkcs11.o ${LIBS} @@ -105,7 +105,7 @@ pkcs11.so: pkcs11.o ${LIBS} libpkcs11.so: pkcs11.so ${OBJCOPY} -w -G 'C_*' $< $@ -p11util.o: p11util.c sql_common.h schema.h +p11util.o: p11util.c p11_common.h schema.h ${CC} ${CFLAGS} -c $< p11util: p11util.o ${LIBS} -- cgit v1.2.3