mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
7 lines
162 B
Makefile
7 lines
162 B
Makefile
|
noinst_PROGRAMS = runxml
|
||
|
|
||
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
||
|
CFLAGS = -Wall
|
||
|
|
||
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|