From cbc08c4f293664e681b1646e794e7cf62782c6cc Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 18 Jan 2022 17:54:10 +0100 Subject: lib: Split UI and non-UI libraries Both UI and non-UI libraries export a pkg-config file. Only the non-UI library exports a Gir as it's the only one that gets to be used from a non-native program (gnome-shell). --- lib/test-pin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/test-pin.c') diff --git a/lib/test-pin.c b/lib/test-pin.c index 7403c069..405d1e4f 100644 --- a/lib/test-pin.c +++ b/lib/test-pin.c @@ -1,5 +1,5 @@ -#include "pin.c" #include "bluetooth-enums.h" +#include "pin.h" int main (int argc, char **argv) { -- cgit v1.2.1