Move libfsverity.h to its own directory

libfsverity.h is the public API, but the other headers in common/ are
private headers for fsverity-utils.  Move libfsverity.h to its own
directory to make this clear.  This is also needed for Android's build
system in order to restrict the exported headers to libfsverity.h.

This doesn't affect users who are using 'make install', since
'make install' still installs libfsverity.h to the same place,
and it doesn't install any private headers.

Link: https://lore.kernel.org/r/20200923202328.16310-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
Eric Biggers
2020-09-23 13:23:28 -07:00
parent 406187bb3a
commit a00024e8d7
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#ifndef PROGRAMS_UTILS_H
#define PROGRAMS_UTILS_H
#include "../common/libfsverity.h"
#include "libfsverity.h"
#include "../common/common_defs.h"
#include <stdio.h>