[HarfBuzz] harfbuzz-ng: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri May 21 06:42:36 PDT 2010


 src/Makefile.am |    2 +-
 src/hb-ot.h     |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit aa62a402a72bdecad2a955dbfaf6e24cd2c00e55
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri May 21 14:42:11 2010 +0100

    Fix Makefile to install hb-ot-shape.h

diff --git a/src/Makefile.am b/src/Makefile.am
index 98ef6f6..810083a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,12 +47,12 @@ HBSOURCES += \
 	hb-ot-layout-gsub-private.hh \
 	hb-ot-layout-private.hh \
 	hb-ot-shape.cc \
-	hb-ot-shape-private.hh \
 	hb-ot-tag.c \
 	$(NULL)
 HBHEADERS += \
 	hb-ot.h \
 	hb-ot-layout.h \
+	hb-ot-shape.h \
 	hb-ot-tag.h \
 	$(NULL)
 
diff --git a/src/hb-ot.h b/src/hb-ot.h
index 51cc4aa..91992b8 100644
--- a/src/hb-ot.h
+++ b/src/hb-ot.h
@@ -30,6 +30,7 @@
 #include "hb.h"
 
 #include "hb-ot-layout.h"
+#include "hb-ot-shape.h"
 #include "hb-ot-tag.h"
 
 #endif /* HB_OT_H */



More information about the HarfBuzz mailing list