mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
ad6223b448
Original commit message from CVS: 2007-12-17 Andy Wingo <wingo@pobox.com> * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add `block' and `switch' signals. * gst/switch/Makefile.am: * gst/switch/gstswitch-marshal.list: Add foo to generate a marshaller for the `switch' signal. Patch 2/12.
22 lines
593 B
Makefile
22 lines
593 B
Makefile
glib_enum_prefix = gst_switch
|
|
|
|
include $(top_srcdir)/common/glib-gen.mak
|
|
|
|
built_sources = gstswitch-marshal.c
|
|
built_headers = gstswitch-marshal.h
|
|
|
|
BUILT_SOURCES = $(built_sources) $(built_headers)
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
EXTRA_DIST = gstswitch-marshal.list
|
|
|
|
plugin_LTLIBRARIES = libgstswitch.la
|
|
|
|
libgstswitch_la_SOURCES = gstswitch.c
|
|
nodist_libgstswitch_la_SOURCES = $(built_sources)
|
|
libgstswitch_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstswitch_la_LIBADD =
|
|
libgstswitch_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
|
|
|
noinst_HEADERS = gstswitch.h $(built_headers)
|