From 8c2b106031e854f1cba1d97db0652cbd20e66071 Mon Sep 17 00:00:00 2001 From: Vasily Khoruzhick Date: Fri, 30 Nov 2012 09:38:57 +0300 Subject: [PATCH] Fix distdir target aesx660.{c,h} and driver_ids.h were not copied into distdir due to mistake in Makefile.am --- libfprint/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libfprint/Makefile.am b/libfprint/Makefile.am index ed4f337..954b7c1 100644 --- a/libfprint/Makefile.am +++ b/libfprint/Makefile.am @@ -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 -- 1.8.0.1