2002-12-08 14:50:04 +00:00
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2001-12-22 23:26:48 +00:00
|
|
|
|
2002-01-12 03:34:26 +00:00
|
|
|
plugin_LTLIBRARIES = libgstsynaesthesia.la
|
2001-12-22 23:26:48 +00:00
|
|
|
|
2002-03-01 14:31:12 +00:00
|
|
|
libgstsynaesthesia_la_SOURCES = gstsynaesthesia.c synaescope.c
|
|
|
|
|
|
|
|
noinst_HEADERS = synaescope.h
|
2001-12-22 23:26:48 +00:00
|
|
|
|
2003-05-21 15:16:51 +00:00
|
|
|
libgstsynaesthesia_la_CFLAGS = -O2 $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS)
|
2002-03-19 04:10:05 +00:00
|
|
|
libgstsynaesthesia_la_LIBADD =
|
2002-03-19 01:39:42 +00:00
|
|
|
libgstsynaesthesia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-22 23:26:48 +00:00
|
|
|
|
2002-07-09 10:45:37 +00:00
|
|
|
EXTRA_DIST = README
|