gstreamer/gst-libs/gst/play/Makefile.am
Steve Baker e9a8cd2599 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
2002-10-27 20:59:41 +00:00

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