mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-15 10:45:20 +00:00
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
12 lines
361 B
Makefile
12 lines
361 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
|
|
|
|
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c
|
|
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstossaudio_la_LIBADD = $(GST_LIBS)
|
|
|
|
libgstosshelper_la_SOURCES = gstosshelper.c
|
|
|
|
noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h
|
|
|