From 86038dfd42d6f6da9646ef2f87b2ab8ccba98e02 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 16 Sep 2016 10:56:15 -0700 Subject: [PATCH] os: Add 'ospoll.h' to Makefile.am Distribute this source file. Signed-off-by: Keith Packard --- os/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/os/Makefile.am b/os/Makefile.am index d97ba30fb..b5fb9d0fa 100644 --- a/os/Makefile.am +++ b/os/Makefile.am @@ -23,6 +23,7 @@ libos_la_SOURCES = \ osdep.h \ osinit.c \ ospoll.c \ + ospoll.h \ utils.c \ xdmauth.c \ xsha1.c \