From 9994945e702994d7f283454aa46e1b9dd6b2c4c5 Mon Sep 17 00:00:00 2001 From: Christian Fredrik Kalager Schaller Date: Wed, 15 Jun 2011 14:49:41 +0100 Subject: [PATCH] Add missing dist subdir --- 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 b78a06e7ed..14795db9e6 100644 --- a/tests/examples/Makefile.am +++ b/tests/examples/Makefile.am @@ -10,6 +10,6 @@ endif SUBDIRS = app audio dynamic $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay playrec volume v4l encoding -DIST_SUBDIRS = app dynamic gio overlay seek snapshot playrec volume v4l encoding +DIST_SUBDIRS = app audio dynamic gio overlay seek snapshot playrec volume v4l encoding include $(top_srcdir)/common/parallel-subdirs.mak