mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-03 02:11:21 +00:00
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
9 lines
227 B
Makefile
9 lines
227 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgsty4mencode.la
|
|
|
|
libgsty4mencode_la_SOURCES = gsty4mencode.c
|
|
libgsty4mencode_la_CFLAGS = $(GST_CFLAGS)
|
|
libgsty4mencode_la_LIBADD = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = gsty4mencode.h
|