From 7672c43cea603f55e04eceab1d85b9a850400af4 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sun, 2 Nov 2008 11:03:32 +0000 Subject: [PATCH] distcheck "" fix Pointed out by Bastien Nocera --- libfprint/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfprint/Makefile.am b/libfprint/Makefile.am index 844b09e..056eb67 100644 --- a/libfprint/Makefile.am +++ b/libfprint/Makefile.am @@ -10,8 +10,8 @@ AES4000_SRC = drivers/aes4000.c FDU2000_SRC = drivers/fdu2000.c VCOM5S_SRC = drivers/vcom5s.c -DRIVER_SRC = "" -OTHER_SRC = "" +DRIVER_SRC = +OTHER_SRC = NBIS_SRC = \ nbis/include/bozorth.h \