summaryrefslogtreecommitdiff
path: root/ext/gnomevfs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gnomevfs/Makefile.am')
-rw-r--r--ext/gnomevfs/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/ext/gnomevfs/Makefile.am b/ext/gnomevfs/Makefile.am
deleted file mode 100644
index f87a94b3..00000000
--- a/ext/gnomevfs/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-plugin_LTLIBRARIES = libgstgnomevfs.la
-
-libgstgnomevfs_la_SOURCES = \
- gstgnomevfs.c \
- gstgnomevfssink.c \
- gstgnomevfssrc.c \
- gstgnomevfsuri.c
-
-libgstgnomevfs_la_CFLAGS = \
- $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GNOME_VFS_CFLAGS)
-libgstgnomevfs_la_LIBADD = \
- $(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \
- $(GST_BASE_LIBS) $(GNOME_VFS_LIBS)
-libgstgnomevfs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstgnomevfs_la_LIBTOOLFLAGS = --tag=disable-static
-
-noinst_HEADERS = \
- gstgnomevfs.h \
- gstgnomevfssink.h \
- gstgnomevfssrc.h \
- gstgnomevfsuri.h