updated examples build stuff
Original commit message from CVS: updated examples build stuff
This commit is contained in:
parent
cd744791c5
commit
f559fb0928
@ -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…
x
Reference in New Issue
Block a user