From 3bb1d2937f2c4701268373842bd971fffbd93f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 3 Jan 2011 23:55:59 +0000 Subject: [PATCH] examples: dist camerabin2 example as well https://bugzilla.gnome.org/show_bug.cgi?id=638604 --- tests/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am index f085c8b423..26833fb619 100644 --- a/tests/examples/Makefile.am +++ b/tests/examples/Makefile.am @@ -17,6 +17,6 @@ CAMERABIN2= endif SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) -DIST_SUBDIRS= camerabin $(CAMERABIN2) directfb mxf scaletempo +DIST_SUBDIRS= camerabin camerabin2 directfb mxf scaletempo include $(top_srcdir)/common/parallel-subdirs.mak