summaryrefslogtreecommitdiffhomepage
path: root/client/Makefile
diff options
context:
space:
mode:
authorSamuel Lidén Borell <samuel@primekey.se>2012-04-05 18:09:43 +0200
committerSamuel Lidén Borell <samuel@primekey.se>2012-04-05 18:09:43 +0200
commitdfa6fc8a8087cd1c1ea215705589f1a8fd80fb16 (patch)
treef595a57d193b0edecf20e677a05eb3427923bbf0 /client/Makefile
parent8d67e8bda0a2aa458425b3c43045e7239b6a4842 (diff)
downloadfribid-dfa6fc8a8087cd1c1ea215705589f1a8fd80fb16.tar.gz
fribid-dfa6fc8a8087cd1c1ea215705589f1a8fd80fb16.tar.bz2
fribid-dfa6fc8a8087cd1c1ea215705589f1a8fd80fb16.zip
Make the PKCS#11 module path configurable in ~/.config/fribid/config
Diffstat (limited to 'client/Makefile')
-rw-r--r--client/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/Makefile b/client/Makefile
index ac69436..eeb32a8 100644
--- a/client/Makefile
+++ b/client/Makefile
@@ -36,7 +36,7 @@ SIGNING_EXECUTABLE=`../configure --internal--get-define=SIGNING_EXECUTABLE`
UI_GTK_XML=`../configure --internal--get-define=UI_GTK_XML`
ENABLE_PKCS11=$(shell ../configure --internal--get-define=ENABLE_PKCS11|grep 1)
-OBJECTS=backend.o bankid.o certutil.o $(if $(ENABLE_PKCS11),pkcs11.o) pkcs12.o request.o main.o misc.o pipe.o posix.o glibconfig.o gtk.o xmldsig.o secmem.o
+OBJECTS=backend.o bankid.o certutil.o $(if $(ENABLE_PKCS11),pkcs11.o) pkcs12.o request.o main.o misc.o pipe.o posix.o prefs.o glibconfig.o gtk.o xmldsig.o secmem.o
all: sign gtk/sign.xml
@@ -45,12 +45,13 @@ bankid.o: ../common/biderror.h ../common/bidtypes.h bankid.h backend.h misc.h pl
certutil.o: certutil.h misc.h platform.h
glibconfig.o: platform.h misc.h
gtk.o: ../common/biderror.h ../common/bidtypes.h backend.h bankid.h platform.h misc.h
-main.o: ../common/biderror.h ../common/bidtypes.h ../common/pipe.h backend.h bankid.h misc.h platform.h secmem.h
+main.o: ../common/biderror.h ../common/bidtypes.h ../common/pipe.h backend.h bankid.h misc.h platform.h prefs.h secmem.h
misc.o: misc.h
-pkcs11.o: ../common/biderror.h ../common/bidtypes.h backend.h backend_private.h misc.h
+pkcs11.o: ../common/biderror.h ../common/bidtypes.h backend.h backend_private.h prefs.h misc.h
pkcs12.o: ../common/biderror.h ../common/bidtypes.h backend.h backend_private.h certutil.h misc.h request.h
pipe.o: ../common/pipe.h ../common/pipe.c
posix.o: platform.h
+prefs.o: prefs.h platform.h
request.o: request.h
xmldsig.o: xmldsig.h backend.h certutil.h misc.h
secmem.o: secmem.h