mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
103f6a7382
Original commit message from CVS: - plugins are built without versioning info
10 lines
249 B
Makefile
10 lines
249 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstadder.la
|
|
|
|
libgstadder_la_SOURCES = gstadder.c
|
|
libgstadder_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstadder_la_LIBADD = $(GST_LIBS)
|
|
libgstadder_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstadder.h
|