mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
6 lines
233 B
Makefile
6 lines
233 B
Makefile
|
noinst_PROGRAMS = audio-example
|
||
|
|
||
|
audio_example_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
|
||
|
audio_example_LDADD = $(GST_OBJ_LIBS)
|
||
|
audio_example_LDFLAGS = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la
|