mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-28 01:58:19 +00:00
1aed13ae6b
Original commit message from CVS: Test program for simple queue operations. Good for testing thread/cothread interations.
8 lines
217 B
Makefile
8 lines
217 B
Makefile
noinst_PROGRAMS = init loadall simplefake states caps queue
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
|
CFLAGS = -Wall
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
|
|
|
EXTRA_DIST = README
|