X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile;h=80c9948c959f444cd3a77f7b14301b272ea319c1;hp=db68800130e5c2540076280a69be41eaa5fbbb4d;hb=0894042d90da9c8ad0d03e875c727442e778a7d6;hpb=7c4066e68330f89016e939a6ad34036f9e00c11d diff --git a/Makefile b/Makefile index db68800..80c9948 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,7 @@ CFLAGS += -g $(shell pkg-config --cflags libpcsclite) LDLIBS += $(shell pkg-config --libs libpcsclite) test_cr: test_cr.o pcsc_cr.o ykneo.o + +test_cr.o: pcsc_cr.h +pcsc_cr.o: pcsc_cr.h token.h +ykneo.o: token.h