From 2ae8b74e60fe98f6653b8a6ee0a880d9774a975d 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 acb97c4..f2c5f06 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',