From 19225aaa3e3a92b44f9d397d6bc03924989e9c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 27 Feb 2020 06:03:21 +0100 Subject: [PATCH] meson: Add fpi-compat.h to the private headers --- libfprint/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/libfprint/meson.build b/libfprint/meson.build index de37fdac..322a2fcc 100644 --- a/libfprint/meson.build +++ b/libfprint/meson.build @@ -31,6 +31,7 @@ libfprint_private_headers = [ 'fpi-byte-reader.h', 'fpi-byte-utils.h', 'fpi-byte-writer.h', + 'fpi-compat.h', 'fpi-context.h', 'fpi-device.h', 'fpi-image-device.h',