mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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:
parent
35eaa1e954
commit
ad91cba4de
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue