mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 22:46:35 +00:00
ffd06121fa
Original commit message from CVS: - plugins are built without versioning info
10 lines
277 B
Makefile
10 lines
277 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgsty4mencode.la
|
|
|
|
libgsty4mencode_la_SOURCES = gsty4mencode.c
|
|
libgsty4mencode_la_CFLAGS = $(GST_CFLAGS)
|
|
libgsty4mencode_la_LIBADD = $(GST_LIBS)
|
|
libgsty4mencode_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gsty4mencode.h
|