Add an ogg parser element
[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         gstoggparse.c
11
12 libgstogg_la_CFLAGS = $(GST_CFLAGS) $(OGG_CFLAGS) 
13 libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
14 libgstogg_la_LIBADD = \
15         $(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_MAJORMINOR@.la \
16         $(GST_BASE_LIBS) \
17         $(OGG_LIBS)