From f52276bd062c4490c8b50c9e2998de66ba7394ef Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Wed, 12 Jun 2019 16:07:44 +0200 Subject: [PATCH] build: Remove header files from libfprint_sources There is no need to list them in the sources. --- libfprint/meson.build | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/libfprint/meson.build b/libfprint/meson.build index 2db4749..7ccf0aa 100644 --- a/libfprint/meson.build +++ b/libfprint/meson.build @@ -1,30 +1,15 @@ libfprint_sources = [ - 'fp_internal.h', - 'nbis-helpers.h', - 'drivers_api.h', 'fpi-async.c', - 'fpi-async.h', 'fpi-assembling.c', - 'fpi-assembling.h', 'fpi-core.c', - 'fpi-core.h', 'fpi-data.c', - 'fpi-data.h', 'fpi-dev.c', - 'fpi-dev.h', 'fpi-dev-img.c', - 'fpi-dev-img.h', 'fpi-img.c', - 'fpi-img.h', - 'fpi-log.h', 'fpi-ssm.c', - 'fpi-ssm.h', 'fpi-sync.c', - 'fpi-poll.h', 'fpi-poll.c', - 'fpi-usb.h', 'fpi-usb.c', - 'drivers/driver_ids.h', ] nbis_sources = [