From af0f1309c7da4bc1dada579f03650c8299f1d719 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 13 Jun 2001 21:52:42 +0000 Subject: [PATCH] added cutter example Original commit message from CVS: added cutter example --- configure.base | 1 + examples/Makefile.am | 2 +- tests/old/examples/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.base b/configure.base index 9d79b09086..66ac035b51 100644 --- a/configure.base +++ b/configure.base @@ -1236,6 +1236,7 @@ examples/queue3/Makefile examples/queue4/Makefile examples/thread/Makefile examples/mixer/Makefile +examples/cutter/Makefile examples/launch/Makefile examples/xml/Makefile examples/plugins/Makefile diff --git a/examples/Makefile.am b/examples/Makefile.am index a970883560..cbe7fdaa84 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -8,4 +8,4 @@ endif SUBDIRS = $(GNOME_SUBDS) \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ - launch thread xml plugins typefind mixer + launch thread xml plugins typefind mixer cutter diff --git a/tests/old/examples/Makefile.am b/tests/old/examples/Makefile.am index a970883560..cbe7fdaa84 100644 --- a/tests/old/examples/Makefile.am +++ b/tests/old/examples/Makefile.am @@ -8,4 +8,4 @@ endif SUBDIRS = $(GNOME_SUBDS) \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ - launch thread xml plugins typefind mixer + launch thread xml plugins typefind mixer cutter