mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
827d3f924a
Original commit message from CVS: - plugins are built without versioning info
10 lines
264 B
Makefile
10 lines
264 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstshout.la
|
|
|
|
libgstshout_la_SOURCES = gstshout.c
|
|
libgstshout_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstshout_la_LIBADD = $(GST_LIBS) $(SHOUT_LIBS)
|
|
libgstshout_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstshout.h
|