floatcast has no lib, it's just headers
authorAndy Wingo <wingo@pobox.com>
Mon, 20 May 2002 22:16:00 +0000 (22:16 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 20 May 2002 22:16:00 +0000 (22:16 +0000)
Original commit message from CVS:
floatcast has no lib, it's just headers

gst-libs/gst/floatcast/Makefile.am

index b5decb1..8119eba 100644 (file)
@@ -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)