mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
141645bc32
Original commit message from CVS: Remove redundant plugindir definition
12 lines
319 B
Makefile
12 lines
319 B
Makefile
|
|
plugin_LTLIBRARIES = libgstsynaesthesia.la
|
|
|
|
libgstsynaesthesia_la_SOURCES = gstsynaesthesia.c synaescope.c
|
|
|
|
noinst_HEADERS = synaescope.h
|
|
|
|
libgstsynaesthesia_la_CFLAGS = -O2 $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS)
|
|
libgstsynaesthesia_la_LIBADD =
|
|
libgstsynaesthesia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST = README
|