From ad565493fcf084bcf75810bdab7c02cfde041ac2 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Sun, 27 Oct 2002 20:59:41 +0000 Subject: libgstplay has a new home. it still needs to be packaged though Original commit message from CVS: libgstplay has a new home. it still needs to be packaged though --- gst-libs/gst/play/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gst-libs/gst/play/Makefile.am (limited to 'gst-libs/gst/play/Makefile.am') diff --git a/gst-libs/gst/play/Makefile.am b/gst-libs/gst/play/Makefile.am new file mode 100644 index 00000000..52b0d157 --- /dev/null +++ b/gst-libs/gst/play/Makefile.am @@ -0,0 +1,13 @@ +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 -- cgit v1.2.1