mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
892a3190ac
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
11 lines
318 B
Makefile
11 lines
318 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)
|
|
|
|
noinst_HEADERS = core.h gstsynaesthesia.h
|
|
|
|
EXTRA_DIST = README README-syna
|