mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
317894d314
It's a plugin without external dependencies now because we unconditionally depend on GIO anyway.
6 lines
223 B
Makefile
6 lines
223 B
Makefile
if HAVE_GTK
|
|
noinst_PROGRAMS = giosrc-mounting
|
|
giosrc_mounting_SOURCES = giosrc-mounting.c
|
|
giosrc_mounting_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(GIO_CFLAGS)
|
|
giosrc_mounting_LDADD = $(GST_LIBS) $(GTK_LIBS) $(GIO_LIBS)
|
|
endif
|