mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
b217f4959d
Original commit message from CVS: libgstplay has a new home. it still needs to be packaged though
13 lines
343 B
Makefile
13 lines
343 B
Makefile
librarydir = $(libdir)
|
|
|
|
library_LTLIBRARIES = libgstplay.la
|
|
|
|
libgstplay_la_SOURCES = play.c
|
|
|
|
libgstplayincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/play
|
|
libgstplayinclude_HEADERS = play.h
|
|
|
|
libgstplay_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS)
|
|
libgstplay_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_LIBS)
|
|
|
|
noinst_HEADERS = playpipelines.c
|