mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 06:22:29 +00:00
0fbf4221a6
Original commit message from CVS: Remove redundant definition of plugindir
19 lines
516 B
Makefile
19 lines
516 B
Makefile
|
|
plugin_LTLIBRARIES = libgstossaudio.la
|
|
|
|
EXTRA_LTLIBRARIES = libgstosshelper.la
|
|
|
|
libgstossaudio_la_SOURCES = gstosssink.c \
|
|
gstosssrc.c \
|
|
gstossaudio.c \
|
|
gstossgst.c \
|
|
gstosscommon.c
|
|
|
|
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstossaudio_la_LIBADD =
|
|
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstosshelper_la_SOURCES = gstosshelper.c
|
|
libgstosshelper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h gstosscommon.h
|