mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
60801db21a
Original commit message from CVS: - plugins are built without versioning info
12 lines
371 B
Makefile
12 lines
371 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstsynaesthesia.la
|
|
|
|
libgstsynaesthesia_la_SOURCES = core.c gstsynaesthesia.c
|
|
libgstsynaesthesia_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
|
libgstsynaesthesia_la_LIBADD = $(GST_LIBS) $(GTK_LIBS)
|
|
libgstsynaesthesia_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = core.h gstsynaesthesia.h
|
|
|
|
EXTRA_DIST = README README-syna
|