summaryrefslogtreecommitdiff
path: root/pango/opentype/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-05-05 13:25:13 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-05-05 13:25:13 -0400
commit8afbf62147bca4db12e78426ea9c41b5e801c7ed (patch)
tree4e4f2803ce6c4401ed8814b3b4743280f8d054ed /pango/opentype/Makefile.am
parent0bb5d464baab47bb7b6e9852a5c7932bdb2df018 (diff)
downloadpango-8afbf62147bca4db12e78426ea9c41b5e801c7ed.tar.gz
[GSUB] Implement ligature substitutions
Diffstat (limited to 'pango/opentype/Makefile.am')
-rw-r--r--pango/opentype/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am
index 40644c1a..e5ea114d 100644
--- a/pango/opentype/Makefile.am
+++ b/pango/opentype/Makefile.am
@@ -57,6 +57,8 @@ harfbuzz_dump_LDADD = \
$(libharfbuzz_1_la_LIBADD) \
libharfbuzz-1.la
+main_SOURCES = \
+ main.cc
main_LDADD = \
$(GLIB_LIBS)