summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
Diffstat (limited to 'pango')
-rw-r--r--pango/Makefile.am2
-rw-r--r--pango/module-defs-fc.c.win32 (renamed from pango/module-defs-ft2.c.win32)2
2 files changed, 3 insertions, 1 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 61a0d2a4..895553cb 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -65,10 +65,12 @@ libpango_1_0_la_SOURCES = \
pango-fontmap.c \
pango-fontset.c \
pango-glyph-item.c \
+ pango-impl-utils.h \
pango-item.c \
pango-layout.c \
pango-markup.c \
pango-script.c \
+ pango-script-lang-table.h \
pango-script-table.h \
pango-tabs.c \
pango-utils.c \
diff --git a/pango/module-defs-ft2.c.win32 b/pango/module-defs-fc.c.win32
index 9f63d926..429ba869 100644
--- a/pango/module-defs-ft2.c.win32
+++ b/pango/module-defs-fc.c.win32
@@ -4,6 +4,6 @@
#include "modules.h"
-PangoIncludedModule _pango_included_ft2_modules[] = {
+PangoIncludedModule _pango_included_fc_modules[] = {
{ NULL, NULL, NULL },
};