diff options
author | Andy Wingo <wingo@pobox.com> | 2002-05-20 22:16:00 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-05-20 22:16:00 +0000 |
commit | 1daf3e210cc6e4cdffd4e69ad15ee1a0912bbf5f (patch) | |
tree | 9dde2b19821f28c404d5291dae978c438b4625a0 /gst-libs/gst/floatcast | |
parent | 3e59c1e5fb6908aa70d7eba89b69dafad7cde200 (diff) | |
download | gst-plugins-bad-1daf3e210cc6e4cdffd4e69ad15ee1a0912bbf5f.tar.gz gst-plugins-bad-1daf3e210cc6e4cdffd4e69ad15ee1a0912bbf5f.tar.bz2 gst-plugins-bad-1daf3e210cc6e4cdffd4e69ad15ee1a0912bbf5f.zip |
floatcast has no lib, it's just headers
Original commit message from CVS:
floatcast has no lib, it's just headers
Diffstat (limited to 'gst-libs/gst/floatcast')
-rw-r--r-- | gst-libs/gst/floatcast/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gst-libs/gst/floatcast/Makefile.am b/gst-libs/gst/floatcast/Makefile.am index b5decb1f..8119eba2 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) |