mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
5637570cc1
Original commit message from CVS: Fix broken build system for examples.
4 lines
152 B
Makefile
4 lines
152 B
Makefile
bin_PROGRAMS = runxml createxml
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|