mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
6 lines
215 B
Makefile
6 lines
215 B
Makefile
noinst_PROGRAMS = audio-example
|
|
|
|
audio_example_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
|
|
audio_example_LDADD = \
|
|
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la \
|
|
$(GST_OBJ_LIBS)
|