[Makefile] Install hb-unicode.h
Separate OT headers also.
This commit is contained in:
parent
63d7a41dd0
commit
d5a8e46099
|
@ -13,22 +13,13 @@ HBSOURCES = \
|
||||||
hb-buffer-private.h \
|
hb-buffer-private.h \
|
||||||
hb-font.cc \
|
hb-font.cc \
|
||||||
hb-font-private.h \
|
hb-font-private.h \
|
||||||
hb-private.h \
|
hb-object-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-file-private.hh \
|
||||||
hb-open-type-private.hh \
|
hb-open-type-private.hh \
|
||||||
hb-ot-layout.cc \
|
hb-private.h \
|
||||||
hb-ot-layout-common-private.hh \
|
hb-shape.c \
|
||||||
hb-ot-layout-gdef-private.hh \
|
hb-unicode.c \
|
||||||
hb-ot-layout-gpos-private.hh \
|
hb-unicode-private.h \
|
||||||
hb-ot-layout-gsubgpos-private.hh \
|
|
||||||
hb-ot-layout-gsub-private.hh \
|
|
||||||
hb-ot-layout-private.h \
|
|
||||||
hb-object-private.h \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
HBHEADERS = \
|
HBHEADERS = \
|
||||||
hb.h \
|
hb.h \
|
||||||
|
@ -36,6 +27,20 @@ HBHEADERS = \
|
||||||
hb-buffer.h \
|
hb-buffer.h \
|
||||||
hb-common.h \
|
hb-common.h \
|
||||||
hb-font.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.h \
|
||||||
hb-ot-layout.h \
|
hb-ot-layout.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
Loading…
Reference in New Issue