mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
70274d9c82
Original commit message from CVS: 2005-07-01 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: * ext/mad/Makefile.am: * sys/oss/Makefile.am: Roll gstreamer-interfaces-0.9.pc into gstreamer-plugins-base-0.9.pc
25 lines
631 B
Makefile
25 lines
631 B
Makefile
plugin_LTLIBRARIES = libgstossaudio.la
|
|
|
|
libgstossaudio_la_SOURCES = gstossaudio.c \
|
|
gstosselement.c \
|
|
gstossmixer.c \
|
|
gstosssink.c \
|
|
gstosssrc.c
|
|
|
|
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstossaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
|
|
libgstossaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_BASE_LIBS)
|
|
|
|
noinst_HEADERS = gstosssink.h \
|
|
gstosssrc.h \
|
|
gstosselement.h\
|
|
gstossmixer.h \
|
|
gst-i18n-plugin.h \
|
|
gettext.h
|
|
|
|
noinst_PROGRAMS = oss_probe
|
|
|
|
oss_probe_SOURCES = oss_probe.c
|
|
oss_probe_CFLAGS = $(GST_CFLAGS)
|
|
oss_probe_LDADD = $(GLIB_LIBS)
|
|
|