From: Andy Wingo Date: Mon, 20 May 2002 22:16:00 +0000 (+0000) Subject: floatcast has no lib, it's just headers X-Git-Tag: 1.19.3~505^2~5026 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9758fbe26216b709329839241ec36ec6e91f1e2;p=platform%2Fupstream%2Fgstreamer.git floatcast has no lib, it's just headers Original commit message from CVS: floatcast has no lib, it's just headers --- diff --git a/gst-libs/gst/floatcast/Makefile.am b/gst-libs/gst/floatcast/Makefile.am index b5decb1..8119eba 100644 --- a/gst-libs/gst/floatcast/Makefile.am +++ b/gst-libs/gst/floatcast/Makefile.am @@ -1,12 +1,2 @@ -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)