summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
Diffstat (limited to 'pango')
-rw-r--r--pango/Makefile.am1
-rw-r--r--pango/opentype/Makefile.am10
2 files changed, 9 insertions, 2 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index b81ada62..cd761fea 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -99,6 +99,7 @@ libpangox_la_LIBADD = $(X_LIBS) $(INCLUDED_X_MODULES)
libpangoxft_la_SOURCES = \
pangoxft-font.c \
pangoxft-fontmap.c \
+ pangoxft-private.h \
module-defs-xft.c
libpangoxft_la_LIBADD = $(INCLUDED_XFT_MODULES) $(XFT_LIBS) opentype/libpango-ot.la
diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am
index fa396b59..553a7757 100644
--- a/pango/opentype/Makefile.am
+++ b/pango/opentype/Makefile.am
@@ -18,11 +18,17 @@ noinst_LTLIBRARIES = libpango-ot.la
libpango_ot_la_SOURCES = \
ftxopen.c \
+ ftxopen.h \
+ ftxopenf.h \
ftxgdef.c \
+ ftxgdef.h \
ftxgpos.c \
+ ftxgpos.h \
+ ftxgsub.c \
+ ftxgsub.h \
pango-ot-info.c \
- pango-ot-ruleset.c \
- ftxgsub.c
+ pango-ot-private.h \
+ pango-ot-ruleset.c
noinst_PROGRAMS = ottest