mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
2da16ed5ed
Original commit message from CVS: Re-arranged the build a bit to try to make it more sane. Added some debug.
4 lines
147 B
Makefile
4 lines
147 B
Makefile
bin_PROGRAMS = helloworld2
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|