Fix Makefile to install hb-ot-shape.h

pull/1/head
Behdad Esfahbod 15 years ago
parent 9722b8f005
commit aa62a402a7
  1. 2
      src/Makefile.am
  2. 1
      src/hb-ot.h

@ -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)

@ -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 */

Loading…
Cancel
Save