mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
49b6a51534
Original commit message from CVS: Fixed makefiles for docs Added eos test programs
11 lines
305 B
Makefile
11 lines
305 B
Makefile
SUBDIRS = sched
|
|
|
|
noinst_PROGRAMS = init loadall simplefake states caps queue registry \
|
|
paranoia rip mp3encode autoplug props case4 markup load eos
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
|
CFLAGS = -Wall
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
|
|
|
EXTRA_DIST = README
|