summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-05-04 23:13:00 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-05-04 23:13:00 +0000
commitff742696f6b093aad1384d879405f51da3b220d3 (patch)
treea520f9c9e58fc6ff7158589d1f7236b9090a39db /examples/Makefile.am
parent2c969d984d1186d8762edb7b7ade16c8742c0d73 (diff)
downloadpango-ff742696f6b093aad1384d879405f51da3b220d3.tar.gz
Update for 0.16PANGO_0_16
Fri May 4 11:07:04 2001 Owen Taylor <otaylor@redhat.com> * NEWS: Update for 0.16 * docs/pango-sections.txt: Update. * configure.in (PANGO_MINOR_VERSION): 0.16 Wed May 2 11:57:45 2001 Owen Taylor <otaylor@redhat.com> * examples/Makefile.am (QT_LIBS): Remove space that was confusing libtool.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index db7e2c57..65b5eaac 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -6,7 +6,7 @@ aliasdir = $(sysconfdir)/pango
if BUILD_QT_TEST
QT_INCLUDES=-I $(QTDIR)/include
-QT_LIBS=-L $(QTDIR)/lib -lqt
+QT_LIBS=-L$(QTDIR)/lib -lqt
MOC=$(QTDIR)/bin/moc
INCLUDES = -I$(top_srcdir) $(QT_INCLUDES) $(GLIB_CFLAGS)