Make gnomevfssrc extend the source base class.
[platform/upstream/gstreamer.git] / ext / ogg / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES = libgstogg.la
4
5 libgstogg_la_SOURCES = \
6         gstogg.c \
7         gstoggdemux.c \
8         gstoggmux.c \
9         gstogmparse.c
10
11 libgstogg_la_CFLAGS = $(GST_CFLAGS) $(OGG_CFLAGS)
12 libgstogg_la_LIBADD = $(OGG_LIBS) $(top_builddir)/gst-libs/gst/riff/libgstriff.la
13 libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)