mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
18132480f4
Original commit message from CVS: ooops, eos is a dir
11 lines
306 B
Makefile
11 lines
306 B
Makefile
SUBDIRS = sched eos
|
|
|
|
noinst_PROGRAMS = init loadall simplefake states caps queue registry \
|
|
paranoia rip mp3encode autoplug props case4 markup load
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
|
CFLAGS = -Wall
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
|
|
|
EXTRA_DIST = README
|