summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-25 16:40:45 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-25 16:40:45 +0000
commit80fb60e0c5e19de379941f85a4f361455459d818 (patch)
tree163128d5e335a3c26fef64f845cf80157f201238 /examples
parent1bdcb77e1032c4b02f4838752b0ed64ef11036c9 (diff)
downloadpango-80fb60e0c5e19de379941f85a4f361455459d818.tar.gz
Version 0.20PANGO_0_20
Tue Sep 25 11:54:03 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.20 * NEWS: Updated * configure.in (GLIB_REQUIRED_VERSION): Require GLib 1.3.9 * examples/Makefile.am (EXTRA_DIST): Add the viewer-qt in case someone (say Tim) makes dist without qt installed. (reported by Tony Graham) * examples/Makefile.am (pango.modules): Don't use grep -q (reported by Tony Graham) * docs/pango-sections.txt: Fix small typo.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index c06c9f77..6f5c8330 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -31,7 +31,7 @@ endif
all-local: pango.modules
pango.modules:
- if find ../modules -name '*.so' | grep -q 'so'; then \
+ if find ../modules -name '*.so' | grep 'so' > /dev/null ; then \
echo "Writing a pango.modules file to use when running examples before installing Pango."; \
(cd ../modules && \
../pango/pango-querymodules `find . -name '*.so'` > ../examples/pango.modules ) ;\
@@ -41,6 +41,9 @@ pango.modules:
fi
EXTRA_DIST= \
+ moc_viewer-qt.cc \
+ viewer-qt.cc \
+ viewer-qt.h \
viewer-win32.c \
viewer-ft2.c \
makefile.mingw \