From d4c59d6a8c87e02807dc9ac52a59a873daa4671c Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 15 Sep 2011 15:50:29 +0100 Subject: [PATCH] build: Another missing private.h --- src/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.sources b/src/Makefile.sources index 85e25eb16..2320f29f0 100644 --- a/src/Makefile.sources +++ b/src/Makefile.sources @@ -273,6 +273,7 @@ cairo_ft_sources = cairo-ft-font.c # These are private, even though they look like public headers cairo_test_surfaces_private = \ test-compositor-surface.h \ + test-compositor-surface-private.h \ test-null-compositor-surface.h \ test-paginated-surface.h \ $(NULL)