From 454220ba65fa81e06029a356ecd9b685a6c83269 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 6 Jan 2016 16:32:51 +0900 Subject: [PATCH] Ector: Move ector_buffer.h along ector_surface.h This makes it an installed header for now. I still believe no Ector header should be installed. --- src/Makefile_Ector.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Ector.am b/src/Makefile_Ector.am index be6282f5d1..912537531c 100644 --- a/src/Makefile_Ector.am +++ b/src/Makefile_Ector.am @@ -73,6 +73,7 @@ dist_installed_ectormainheaders_DATA = \ lib/ector/Ector.h \ lib/ector/ector_util.h \ lib/ector/ector_surface.h \ +lib/ector/ector_buffer.h \ lib/ector/ector_renderer.h \ lib/ector/cairo/Ector_Cairo.h \ lib/ector/software/Ector_Software.h \ @@ -207,7 +208,6 @@ endif EXTRA_DIST += \ lib/ector/ector_private.h \ -lib/ector/ector_buffer.h \ lib/ector/cairo/ector_cairo_private.h \ lib/ector/software/ector_software_private.h \ static_libs/freetype/sw_ft_math.h \