mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
7 lines
172 B
Makefile
7 lines
172 B
Makefile
|
if HAVE_GTK
|
||
|
noinst_PROGRAMS = volume
|
||
|
volume_SOURCES = volume.c
|
||
|
volume_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS) -D_GNU_SOURCE
|
||
|
volume_LDFLAGS = $(GTK_LIBS) $(GST_LIBS) -lm
|
||
|
endif
|