From 5de37cc3d7c5e491a5346cbad25cde705a2cffe1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 23 Nov 2005 22:21:25 +0000 Subject: [PATCH] fix dist Original commit message from CVS: fix dist --- tests/instantiate/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/instantiate/Makefile.am b/tests/instantiate/Makefile.am index 5d1482334f..3f53e728ac 100644 --- a/tests/instantiate/Makefile.am +++ b/tests/instantiate/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = create caps +noinst_PROGRAMS = caps LDADD = $(GST_OBJ_LIBS) AM_CFLAGS = $(GST_OBJ_CFLAGS)