From 806ad106735828dd3d20a7dde15386479eec0a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 17 Dec 2019 05:14:54 +0100 Subject: [PATCH] meson: Add fp-image-device to public headers --- libfprint/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/libfprint/meson.build b/libfprint/meson.build index 8132a1b..382fe76 100644 --- a/libfprint/meson.build +++ b/libfprint/meson.build @@ -21,6 +21,7 @@ libfprint_private_sources = [ libfprint_public_headers = [ 'fp-context.h', 'fp-device.h', + 'fp-image-device.h', 'fp-image.h', 'fp-print.h', ]