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.
This commit is contained in:
Andy Wingo 2002-01-04 21:28:09 +00:00
parent 35eaa1e954
commit ad91cba4de
2 changed files with 4 additions and 4 deletions

View 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