new policy: demos and tests in plugin dirs, named demo- if they are just demonstratio...
authorAndy Wingo <wingo@pobox.com>
Fri, 4 Jan 2002 21:28:09 +0000 (21:28 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 4 Jan 2002 21:28:09 +0000 (21:28 +0000)
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
ext/dvdread/demo-play.c [moved from ext/dvdread/dvdplay.c with 100% similarity]

index 398754c..ff35e38 100644 (file)
@@ -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