2002-10-27 20:59:41 +00:00
|
|
|
librarydir = $(libdir)
|
|
|
|
|
2002-12-08 14:50:10 +00:00
|
|
|
library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la
|
2002-10-27 20:59:41 +00:00
|
|
|
|
2002-12-08 14:50:10 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_SOURCES = play.c
|
2002-10-27 20:59:41 +00:00
|
|
|
|
2002-12-08 14:50:10 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play
|
|
|
|
libgstplay_@GST_MAJORMINOR@include_HEADERS = play.h
|
2002-10-27 20:59:41 +00:00
|
|
|
|
2002-12-08 14:50:10 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS)
|
2003-05-21 07:47:28 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_LIBS) $(GST_CONTROL_LIBS)
|
2002-12-08 14:50:10 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_LDFLAGS = -version-info @GST_PLUGINS_LIBVERSION@
|
2002-10-27 20:59:41 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = playpipelines.c
|