* add rfid_reader_rc632_common.h to noinst_HEADERS
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>
Mon, 4 Feb 2008 17:02:26 +0000 (17:02 +0000)
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>
Mon, 4 Feb 2008 17:02:26 +0000 (17:02 +0000)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@2068 e0336214-984f-0b4b-a45f-81c69e1f0ede

src/Makefile.am

index cd93bdd..935fb4a 100644 (file)
@@ -12,7 +12,8 @@ if ENABLE_STATIC
 AM_CFLAGS += -DLIBRFID_STATIC
 endif
 
-noinst_HEADERS=rfid_iso14443_common.h rc632.h libusb_dyn.h usleep.h cm5121_source.h
+noinst_HEADERS = rfid_iso14443_common.h rc632.h libusb_dyn.h usleep.h cm5121_source.h \
+                rfid_reader_rc632_common.h
 
 CORE = rfid.c rfid_layer2.c rfid_protocol.c rfid_reader.c rfid_scan.c
 L2 = rfid_layer2_iso14443a.c rfid_layer2_iso14443b.c rfid_iso14443_common.c \