mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
f559fb0928
Original commit message from CVS: updated examples build stuff
4 lines
142 B
Makefile
4 lines
142 B
Makefile
bin_PROGRAMS = thread
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|