mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
e2718778e6
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)
|