summaryrefslogtreecommitdiff
path: root/pango/opentype/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/Makefile.am')
-rw-r--r--pango/opentype/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am
index a92fdd99..86a9cdbc 100644
--- a/pango/opentype/Makefile.am
+++ b/pango/opentype/Makefile.am
@@ -16,7 +16,8 @@ INCLUDEDSOURCES = \
harfbuzz-gpos.c \
harfbuzz-gsub.c \
harfbuzz-impl.c \
- harfbuzz-open.c
+ harfbuzz-open.c \
+ harfbuzz-stream.c
PUBLICHEADERS = \
harfbuzz.h \
@@ -33,7 +34,8 @@ PRIVATEHEADERS = \
harfbuzz-gdef-private.h \
harfbuzz-gpos-private.h \
harfbuzz-gsub-private.h \
- harfbuzz-open-private.h
+ harfbuzz-open-private.h \
+ harfbuzz-stream-private.h
libharfbuzz_1_la_SOURCES = \
$(MAINSOURCES) \