summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-06-12 16:07:44 +0200
committerBenjamin Berg <bberg@redhat.com>2019-06-12 16:07:44 +0200
commitf52276bd062c4490c8b50c9e2998de66ba7394ef (patch)
tree36698a0a4a28a4c0da2df70e5e6fca82155d4772
parent7dce8dbfaa84651e17e08e5bba3c743c96f14fee (diff)
build: Remove header files from libfprint_sources
There is no need to list them in the sources.
-rw-r--r--libfprint/meson.build15
1 files changed, 0 insertions, 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 = [