mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
2c006cfccc
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-ugly-plugins-docs.sgml: * docs/plugins/gst-plugins-ugly-plugins-sections.txt: * gst/synaesthesia/Makefile.am: * gst/synaesthesia/gstsynaesthesia.c: * gst/synaesthesia/gstsynaesthesia.h: And yet more docs enabled.
11 lines
383 B
Makefile
11 lines
383 B
Makefile
plugin_LTLIBRARIES = libgstsynaesthesia.la
|
|
|
|
libgstsynaesthesia_la_SOURCES = gstsynaesthesia.c synaescope.c
|
|
|
|
noinst_HEADERS = synaescope.h gstsynaesthesia.h
|
|
|
|
libgstsynaesthesia_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstsynaesthesia_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstsynaesthesia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST = README
|