2002-10-27 20:59:41 +00:00
|
|
|
librarydir = $(libdir)
|
|
|
|
|
2002-12-08 14:50:09 +00:00
|
|
|
library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la
|
2002-10-27 20:59:41 +00:00
|
|
|
|
2003-12-11 22:29:14 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_SOURCES = gstplay.c
|
2002-10-27 20:59:41 +00:00
|
|
|
|
2002-12-08 14:50:09 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play
|
2003-12-11 22:29:14 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@include_HEADERS = gstplay.h
|
2002-10-27 20:59:41 +00:00
|
|
|
|
2002-12-08 14:50:09 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS)
|
2004-01-07 21:49:25 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_LIBADD =
|
|
|
|
$(GST_LIBS) $(GST_PLUGINS_LIBS) \
|
|
|
|
$(GST_CONTROL_LIBS) \
|
|
|
|
$(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la
|
2003-12-11 22:29:14 +00:00
|
|
|
libgstplay_@GST_MAJORMINOR@_la_LDFLAGS = \
|
|
|
|
-version-info @GST_PLUGINS_LIBVERSION@
|
2002-10-27 20:59:41 +00:00
|
|
|
|