mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
45ab0201da
Original commit message from CVS: *** empty log message ***
11 lines
301 B
Makefile
11 lines
301 B
Makefile
SUBDIRS = sched
|
|
|
|
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
|