mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
Original commit message from CVS: Re-arranged the build a bit to try to make it more sane. Added some debug.
4 lines
142 B
Makefile
4 lines
142 B
Makefile
bin_PROGRAMS = queue2
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|