Original commit message from CVS: Test program for simple queue operations. Good for testing thread/cothread interations.
9 lines
217 B
Makefile
9 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
|