summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-08-17 17:57:38 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-08-17 17:57:38 +0000
commit69a7a16fd7d6dfcc21f3c4d508a505e38c93b1f6 (patch)
tree494f2caf2fa87ca93c16c2a87ce37829124a175e /tests
parent40288378e9dd2f75ab43cea8c2ae82a25061ae53 (diff)
fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
Diffstat (limited to 'tests')
-rw-r--r--tests/old/examples/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/old/examples/Makefile.am b/tests/old/examples/Makefile.am
index 84bec465..de3c7c43 100644
--- a/tests/old/examples/Makefile.am
+++ b/tests/old/examples/Makefile.am
@@ -1,5 +1,11 @@
+if HAVE_FT2
+FT2_SUBDIRS=seeking
+else
+FT2_SUBDIRS=
+endif
+
if HAVE_GTK
-GTK_SUBDIRS=dynparams seeking
+GTK_SUBDIRS=dynparams $(FT2_SUBDIRS)
else
GTK_SUBDIRS=
endif