Install shared/zalloc.h
authorGiulio Camuffo <giuliocamuffo@gmail.com>
Sat, 10 Aug 2013 12:41:04 +0000 (14:41 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 13 Aug 2013 04:29:53 +0000 (21:29 -0700)
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

index c7ce982..929de31 100644 (file)
@@ -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 =                           \