From 4e5f1153ca9ef72af95ffbce2e223a8b65b73312 Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Sat, 10 Aug 2013 14:41:04 +0200 Subject: [PATCH] Install shared/zalloc.h Plugins need to have it available, as it is included in compositor.h. https://bugs.freedesktop.org/show_bug.cgi?id=67948 --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index c7ce9820..929de314 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,7 +93,8 @@ westoninclude_HEADERS = \ version.h \ compositor.h \ ../shared/matrix.h \ - ../shared/config-parser.h + ../shared/config-parser.h \ + ../shared/zalloc.h moduledir = $(libdir)/weston module_LTLIBRARIES = \