From 31cf7a93833f99f3eccc70c198538e975e732fac Mon Sep 17 00:00:00 2001 From: Vasily Khoruzhick Date: Fri, 30 Nov 2012 09:38:57 +0300 Subject: [PATCH] build: Add common routines to the dist Fixes dist when aesX660 drivers are disabled from the build. https://bugs.freedesktop.org/show_bug.cgi?id=57724 --- libfprint/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libfprint/Makefile.am b/libfprint/Makefile.am index ed4f337..7a16782 100644 --- a/libfprint/Makefile.am +++ b/libfprint/Makefile.am @@ -4,7 +4,7 @@ MOSTLYCLEANFILES = $(udev_rules_DATA) UPEKE2_SRC = drivers/upeke2.c UPEKTS_SRC = drivers/upekts.c -UPEKTC_SRC = drivers/upektc.c +UPEKTC_SRC = drivers/upektc.c drivers/upektc.h UPEKSONLY_SRC = drivers/upeksonly.c URU4000_SRC = drivers/uru4000.c AES1610_SRC = drivers/aes1610.c @@ -34,8 +34,10 @@ EXTRA_DIST = \ $(VCOM5S_SRC) \ $(VFS101_SRC) \ $(VFS301_SRC) \ + drivers/aesx660.c \ + drivers/aesx660.h \ + drivers/driver_ids.h \ aeslib.c aeslib.h \ - aesx660.c aesx660.h \ imagemagick.c \ gdkpixbuf.c \ 60-fprint-autosuspend.rules