Add -Wmissing-declarations -Wmissing-prototypes to warning flags
[platform/upstream/gstreamer.git] / ext / ogg / Makefile.am
index b303c93..1a7f319 100644 (file)
@@ -1,13 +1,28 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
-
 plugin_LTLIBRARIES = libgstogg.la
 
 libgstogg_la_SOURCES = \
        gstogg.c \
        gstoggdemux.c \
        gstoggmux.c \
-       gstogmparse.c
+       gstogmparse.c \
+       gstoggaviparse.c \
+       gstoggparse.c \
+       gstoggstream.c \
+       gstoggstream.h \
+       dirac_parse.c \
+       dirac_parse.h \
+       vorbis_parse.c \
+       vorbis_parse.h
+
+noinst_HEADERS = \
+       gstoggdemux.h gstoggmux.h
 
-libgstogg_la_CFLAGS = $(GST_CFLAGS) $(OGG_CFLAGS)
-libgstogg_la_LIBADD = $(OGG_LIBS) $(top_builddir)/gst-libs/gst/riff/libgstriff.la
+libgstogg_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OGG_CFLAGS) 
+libgstogg_la_LIBADD = \
+       $(top_builddir)/gst-libs/gst/riff/libgstriff-$(GST_MAJORMINOR).la \
+       $(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_MAJORMINOR).la \
+       $(GST_BASE_LIBS) \
+       $(OGG_LIBS)
 libgstogg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstogg_la_LIBTOOLFLAGS = --tag=disable-static
+