mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
10 lines
206 B
Makefile
10 lines
206 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstshout.la
|
||
|
|
||
|
libgstshout_la_SOURCES = gstshout.c
|
||
|
libgstshout_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstshout_la_LIBADD = $(SHOUT_LIBS)
|
||
|
|
||
|
noinst_HEADERS = gstshout.h
|