mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
8 lines
242 B
Makefile
8 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
|