mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 07:26:33 +00:00
726d1a035d
Original commit message from CVS: assimilated.
12 lines
311 B
Makefile
12 lines
311 B
Makefile
librarydir = $(libdir)/gst
|
|
|
|
library_LTLIBRARIES = libgstfloatcast.la
|
|
|
|
libgstfloatcast_la_SOURCES =
|
|
|
|
libgstfloatcastincludedir = $(includedir)/gst/floatcast
|
|
libgstfloatcastinclude_HEADERS = floatcast.h
|
|
|
|
libgstfloatcast_la_LIBADD =
|
|
libgstfloatcast_la_CFLAGS =
|
|
libgstfloatcast_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|