mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 20:31:36 +00:00
99c674ae90
Original commit message from CVS: - plugins are built without versioning info
10 lines
255 B
Makefile
10 lines
255 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstlame.la
|
|
|
|
libgstlame_la_SOURCES = gstlame.c
|
|
libgstlame_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstlame_la_LIBADD = $(GST_LIBS) $(LAME_LIBS)
|
|
libgstlame_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstlame.h
|