From d5a8e46099e363d928b54de104126b1b34ba401c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 3 Nov 2009 15:14:40 -0500 Subject: [PATCH] [Makefile] Install hb-unicode.h Separate OT headers also. --- src/Makefile.am | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 188c38cc9..90f368e88 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,22 +13,13 @@ HBSOURCES = \ hb-buffer-private.h \ hb-font.cc \ hb-font-private.h \ - hb-private.h \ - hb-shape.h \ - hb-shape.c \ - hb-unicode.c \ - hb-unicode.h \ - hb-unicode-private.h \ + hb-object-private.h \ hb-open-file-private.hh \ hb-open-type-private.hh \ - hb-ot-layout.cc \ - hb-ot-layout-common-private.hh \ - hb-ot-layout-gdef-private.hh \ - hb-ot-layout-gpos-private.hh \ - hb-ot-layout-gsubgpos-private.hh \ - hb-ot-layout-gsub-private.hh \ - hb-ot-layout-private.h \ - hb-object-private.h \ + hb-private.h \ + hb-shape.c \ + hb-unicode.c \ + hb-unicode-private.h \ $(NULL) HBHEADERS = \ hb.h \ @@ -36,6 +27,20 @@ HBHEADERS = \ hb-buffer.h \ hb-common.h \ hb-font.h \ + hb-shape.h \ + hb-unicode.h \ + $(NULL) + +HBSOURCES += \ + hb-ot-layout.cc \ + hb-ot-layout-common-private.hh \ + hb-ot-layout-gdef-private.hh \ + hb-ot-layout-gpos-private.hh \ + hb-ot-layout-gsubgpos-private.hh \ + hb-ot-layout-gsub-private.hh \ + hb-ot-layout-private.h \ + $(NULL) +HBHEADERS += \ hb-ot.h \ hb-ot-layout.h \ $(NULL)