mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
708cf898e8
Original commit message from CVS: parallel install fixes
10 lines
276 B
Makefile
10 lines
276 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstshout.la
|
|
|
|
libgstshout_la_SOURCES = gstshout.c
|
|
libgstshout_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstshout_la_LIBADD = $(SHOUT_LIBS)
|
|
libgstshout_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstshout.h
|