mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
7f1aec856f
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
11 lines
230 B
Makefile
11 lines
230 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgststereo.la
|
|
|
|
libgststereo_la_SOURCES = gststereo.c
|
|
libgststereo_la_CFLAGS = $(GST_CFLAGS)
|
|
libgststereo_la_LIBADD = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = gststereo.h
|
|
|
|
EXTRA_DIST = README
|