From 9f8dd29a553ce61999cd0cee8c81013cbeb07926 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 25 Aug 2010 11:17:42 +0100 Subject: [PATCH] Make sure all sources are dist'ed So that you can compile against ImageMagick even if the distter doesn't. --- libfprint/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/libfprint/Makefile.am b/libfprint/Makefile.am index 431f66c..c2c1df1 100644 --- a/libfprint/Makefile.am +++ b/libfprint/Makefile.am @@ -13,6 +13,21 @@ AES4000_SRC = drivers/aes4000.c FDU2000_SRC = drivers/fdu2000.c VCOM5S_SRC = drivers/vcom5s.c +EXTRA_DIST = \ + $(UPEKE2_SRC) \ + $(UPEKTS_SRC) \ + $(UPEKTC_SRC) \ + $(UPEKSONLY_SRC) \ + $(URU4000_SRC) \ + $(AES1610_SRC) \ + $(AES2501_SRC) \ + $(AES4000_SRC) \ + $(FDU2000_SRC) \ + $(VCOM5S_SRC) \ + aeslib.c aeslib.h \ + imagemagick.c \ + gdkpixbuf.c + DRIVER_SRC = OTHER_SRC =