From: Behdad Esfahbod Date: Tue, 3 Nov 2009 20:14:40 +0000 (-0500) Subject: [Makefile] Install hb-unicode.h X-Git-Tag: 2.0_alpha~7^2~945 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5a8e46099e363d928b54de104126b1b34ba401c;p=apps%2Fcore%2Fpreloaded%2Fvideo-player.git [Makefile] Install hb-unicode.h Separate OT headers also. --- diff --git a/src/Makefile.am b/src/Makefile.am index 188c38c..90f368e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,14 +13,25 @@ HBSOURCES = \ hb-buffer-private.h \ hb-font.cc \ hb-font-private.h \ + hb-object-private.h \ + hb-open-file-private.hh \ + hb-open-type-private.hh \ hb-private.h \ - hb-shape.h \ hb-shape.c \ hb-unicode.c \ - hb-unicode.h \ hb-unicode-private.h \ - hb-open-file-private.hh \ - hb-open-type-private.hh \ + $(NULL) +HBHEADERS = \ + hb.h \ + hb-blob.h \ + 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 \ @@ -28,14 +39,8 @@ HBSOURCES = \ hb-ot-layout-gsubgpos-private.hh \ hb-ot-layout-gsub-private.hh \ hb-ot-layout-private.h \ - hb-object-private.h \ $(NULL) -HBHEADERS = \ - hb.h \ - hb-blob.h \ - hb-buffer.h \ - hb-common.h \ - hb-font.h \ +HBHEADERS += \ hb-ot.h \ hb-ot-layout.h \ $(NULL)