diff --git a/gst-libs/gst/floatcast/Makefile.am b/gst-libs/gst/floatcast/Makefile.am new file mode 100644 index 0000000000..6ad5d15136 --- /dev/null +++ b/gst-libs/gst/floatcast/Makefile.am @@ -0,0 +1,12 @@ +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 =