From d7092072e79786ce888a41b098b6147a47defbd1 Mon Sep 17 00:00:00 2001 From: "Stuart B. Wilkins" Date: Mon, 12 Oct 2020 14:43:34 -0400 Subject: [PATCH] Add utils to cat_authproto --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9ec1355b..fbc28e94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -198,7 +198,8 @@ noinst_PROGRAMS = cat_authproto nvidia_break_compositor get_compositor remap_all cat_authproto_SOURCES = \ logging.c logging.h \ helpers/authproto.c helpers/authproto.h \ - test/cat_authproto.c + test/cat_authproto.c \ + util.c util.h nvidia_break_compositor_SOURCES = \ test/nvidia_break_compositor.c nvidia_break_compositor_CPPFLAGS = $(macros)