mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
6c039d3297
Original commit message from CVS: - plugins are built without versioning info
10 lines
263 B
Makefile
10 lines
263 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstparseau.la
|
|
|
|
libgstparseau_la_SOURCES = gstparseau.c
|
|
libgstparseau_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstparseau_la_LIBADD = $(GST_LIBS)
|
|
libgstparseau_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstparseau.h
|