mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
9 lines
242 B
Makefile
9 lines
242 B
Makefile
|
if HAVE_GTK
|
||
|
if USE_GIO
|
||
|
noinst_PROGRAMS = giosrc-mounting
|
||
|
giosrc_mounting_SOURCES = giosrc-mounting.c
|
||
|
giosrc_mounting_CFLAGS = $(GTK_CFLAGS) $(GIO_CFLAGS) $(GST_CFLAGS)
|
||
|
giosrc_mounting_LDFLAGS = $(GTK_LIBS) $(GIO_LIBS) $(GST_LIBS)
|
||
|
endif
|
||
|
endif
|