Fix Makefile to install hb-ot-shape.h
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 21 May 2010 13:42:11 +0000 (14:42 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 21 May 2010 13:42:11 +0000 (14:42 +0100)
src/Makefile.am
src/hb-ot.h

index 98ef6f627c906f7759b1d79ce8c6223151bd990b..810083a98ebda860acd71c827e8e3174547a87d7 100644 (file)
@@ -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)
 
index 51cc4aadf77d9ec9e5e250a2f920578ca3f0dc9b..91992b8c26fe079cdf5e2c488debce673528ba03 100644 (file)
@@ -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 */