X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=gst-plugins-base-subtitles0.10%2Ftests%2Fexamples%2Fgio%2FMakefile.am;fp=gst-plugins-base-subtitles0.10%2Ftests%2Fexamples%2Fgio%2FMakefile.am;h=c4306f8447636b1cd10e602e6c906b8bd68bcf28;hb=57ba96e291a055f69dbfd4ae9f1ae2390e36986e;hp=0000000000000000000000000000000000000000;hpb=be2c98fb83895d10ac44af7b9a9c3e00ca54bf49;p=mafwsubrenderer diff --git a/gst-plugins-base-subtitles0.10/tests/examples/gio/Makefile.am b/gst-plugins-base-subtitles0.10/tests/examples/gio/Makefile.am new file mode 100644 index 0000000..c4306f8 --- /dev/null +++ b/gst-plugins-base-subtitles0.10/tests/examples/gio/Makefile.am @@ -0,0 +1,8 @@ +if HAVE_GTK +if USE_GIO +noinst_PROGRAMS = giosrc-mounting +giosrc_mounting_SOURCES = giosrc-mounting.c +giosrc_mounting_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) $(GIO_CFLAGS) +giosrc_mounting_LDADD = $(GST_LIBS) $(GTK_LIBS) $(GIO_LIBS) +endif +endif