summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-01 16:19:24 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-01 16:19:24 +0000
commit65e65f688f6dc3336742f5d9c6af567db77a741a (patch)
treeb3c0909fc71bcdf851668136b7168c88da7c99fc /examples
parentcf6b473b451075178e65e478c75e32d97bd2d100 (diff)
downloadpango-65e65f688f6dc3336742f5d9c6af567db77a741a.tar.gz
Initialize warning history structs more explicitly. (bug #329459)
2006-02-01 Behdad Esfahbod <behdad@gnome.org> * pango/pango-utils.c, pango/pangocairo-font.c: Initialize warning history structs more explicitly. (bug #329459)
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 64a46151..b9c1420f 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -31,14 +31,14 @@ noinst_PROGRAMS =
###################################################
if HAVE_FREETYPE
-noinst_PROGRAMS += pangoft2-topgm
+noinst_PROGRAMS += pangoft2-view
endif
-pangoft2_topgm_SOURCES = \
+pangoft2_view_SOURCES = \
pangoft2topgm.c \
renderdemo.c \
renderdemo.h
-pangoft2_topgm_LDADD = \
+pangoft2_view_LDADD = \
../pango/libpango-$(PANGO_API_VERSION).la \
../pango/libpangoft2-$(PANGO_API_VERSION).la \
$(GLIB_LIBS) \