From: Giulio Camuffo Date: Sat, 10 Aug 2013 12:41:04 +0000 (+0200) Subject: Install shared/zalloc.h X-Git-Tag: 1.2.91~134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e5f1153ca9ef72af95ffbce2e223a8b65b73312;p=platform%2Fupstream%2Fweston.git 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 --- diff --git a/src/Makefile.am b/src/Makefile.am index c7ce982..929de31 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 = \