From a8887b1f03cd8f63c4edf6bffb1e0b074c0b86b6 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Tue, 9 Mar 2010 07:01:19 +0000 Subject: [PATCH] bugfix: building with apdu.c apdu.h git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@45 96b47cad-a561-4643-ad3b-153ac7d7599c --- ccid/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccid/Makefile b/ccid/Makefile index 7ad7bad..192eaa9 100644 --- a/ccid/Makefile +++ b/ccid/Makefile @@ -25,10 +25,10 @@ TARGETS = ccid all: $(TARGETS) -ccid: ccid.h ccid.c pace.h pace.c usbstring.c usbstring.h usb.c +ccid: ccid.h ccid.c pace.h pace.c apdu.h apdu.c usbstring.c usbstring.h usb.c $(CC) $(LIBPCSCLITE_CFLAGS) $(OPENSC_CFLAGS) $(OPENSSL_CFLAGS) \ $(PTHREAD_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) \ - usbstring.c ccid.c pace.c usb.c -o $@ + usbstring.c ccid.c pace.c apdu.c usb.c -o $@ install: $(TARGETS) installdirs