X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=gst-plugins-base-subtitles0.10%2Fext%2Fgio%2FMakefile.am;fp=gst-plugins-base-subtitles0.10%2Fext%2Fgio%2FMakefile.am;h=f4b1611b3761b99309d2f1f67dae7b99aade9f09;hb=57ba96e291a055f69dbfd4ae9f1ae2390e36986e;hp=0000000000000000000000000000000000000000;hpb=be2c98fb83895d10ac44af7b9a9c3e00ca54bf49;p=mafwsubrenderer diff --git a/gst-plugins-base-subtitles0.10/ext/gio/Makefile.am b/gst-plugins-base-subtitles0.10/ext/gio/Makefile.am new file mode 100644 index 0000000..f4b1611 --- /dev/null +++ b/gst-plugins-base-subtitles0.10/ext/gio/Makefile.am @@ -0,0 +1,29 @@ +# plugindir is set in configure + +plugin_LTLIBRARIES = libgstgio.la + +# sources used to compile this plug-in +libgstgio_la_SOURCES = \ + gstgio.c \ + gstgiobasesink.c \ + gstgiobasesrc.c \ + gstgiosink.c \ + gstgiosrc.c \ + gstgiostreamsink.c \ + gstgiostreamsrc.c + +libgstgio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS) +libgstgio_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS) +libgstgio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GIO_LDFLAGS) +libgstgio_la_LIBTOOLFLAGS = --tag=disable-static + +# headers we need but don't want installed +noinst_HEADERS = \ + gstgio.h \ + gstgiobasesink.h \ + gstgiobasesrc.h \ + gstgiosink.h \ + gstgiosrc.h \ + gstgiostreamsink.h \ + gstgiostreamsrc.h +