X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=cd93bdd307bd254605f0f2eb05cba7f99c131936;hb=a7c201deb99239d6d98a45b3cc642d8554231a22;hp=f0e5a6e02b56b1f2a4bb1cb4ece60e3cec339809;hpb=3f9cbc44090f34a24d1d466a95805d7dc594515a;p=librfid diff --git a/src/Makefile.am b/src/Makefile.am index f0e5a6e..cd93bdd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ L2 = rfid_layer2_iso14443a.c rfid_layer2_iso14443b.c rfid_iso14443_common.c \ rfid_layer2_iso15693.c PROTO = rfid_proto_tcl.c rfid_proto_mifare_ul.c rfid_proto_mifare_classic.c \ rfid_proto_icode.c rfid_proto_tagit.c -ASIC = rfid_asic_rc632.c +ASIC = rfid_asic_rc632.c rfid_reader_rc632_common.c MISC = rfid_access_mifare_classic.c if ENABLE_WIN32