From ad91cba4de23ad16088a50f3a8d8f2b8f6fdde48 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 4 Jan 2002 21:28:09 +0000 Subject: [PATCH] new policy: demos and tests in plugin dirs, named demo- if they are just demonstrations and test- if they are regress... Original commit message from CVS: new policy: demos and tests in plugin dirs, named demo- if they are just demonstrations and test- if they are regression tests. following the dasho should be a description of the demo or test. --- ext/dvdread/Makefile.am | 8 ++++---- ext/dvdread/{dvdplay.c => demo-play.c} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename ext/dvdread/{dvdplay.c => demo-play.c} (100%) diff --git a/ext/dvdread/Makefile.am b/ext/dvdread/Makefile.am index 398754c..ff35e38 100644 --- a/ext/dvdread/Makefile.am +++ b/ext/dvdread/Makefile.am @@ -12,11 +12,11 @@ libdvdsrc_la_CFLAGS = $(GST_CFLAGS) noinst_HEADERS = dvdsrc.h if HAVE_GTK -noinst_PROGRAMS = dvdplay +noinst_PROGRAMS = demo-play endif -dvdplay_SOURCES = dvdplay.c -dvdplay_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -dvdplay_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) +demo_play_SOURCES = demo-play.c +demo_play_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) +demo_play_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) EXTRA_DIST = README diff --git a/ext/dvdread/dvdplay.c b/ext/dvdread/demo-play.c similarity index 100% rename from ext/dvdread/dvdplay.c rename to ext/dvdread/demo-play.c -- 2.7.4