Skip to content

Commit

Permalink
build: Remove header files from libfprint_sources
Browse files Browse the repository at this point in the history
There is no need to list them in the sources.
  • Loading branch information
Benjamin Berg committed Jun 12, 2019
1 parent 7dce8db commit f52276b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions libfprint/meson.build
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit f52276b

Please sign in to comment.