From 66891274a7fbfb7b0c97c271aebad87a083bc612 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Wed, 12 Jun 2019 16:08:29 +0200 Subject: [PATCH] build: Remove header files from nbis_sources There is no need to list them in the sources. --- libfprint/meson.build | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libfprint/meson.build b/libfprint/meson.build index 7ccf0aa..2b8227e 100644 --- a/libfprint/meson.build +++ b/libfprint/meson.build @@ -13,13 +13,6 @@ libfprint_sources = [ ] nbis_sources = [ - 'nbis/include/bozorth.h', - 'nbis/include/bz_array.h', - 'nbis/include/defs.h', - 'nbis/include/lfs.h', - 'nbis/include/log.h', - 'nbis/include/morph.h', - 'nbis/include/sunrast.h', 'nbis/bozorth3/bozorth3.c', 'nbis/bozorth3/bz_alloc.c', 'nbis/bozorth3/bz_drvrs.c',