mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
updated examples build stuff
Original commit message from CVS: updated examples build stuff
This commit is contained in:
parent
cd744791c5
commit
f559fb0928
4 changed files with 14 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
SUBDIRS = autoplug \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
thread launch xml
|
||||
thread xml
|
||||
|
||||
EXTRA_DIST = launch
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
bin_PROGRAMS = thread
|
||||
|
||||
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
||||
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
|
@ -1,4 +1,6 @@
|
|||
SUBDIRS = autoplug \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
thread launch xml
|
||||
thread xml
|
||||
|
||||
EXTRA_DIST = launch
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
bin_PROGRAMS = thread
|
||||
|
||||
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
||||
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
Loading…
Reference in a new issue