Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / tests / examples / volume / Makefile.am
diff --git a/gst-plugins-base-subtitles0.10/tests/examples/volume/Makefile.am b/gst-plugins-base-subtitles0.10/tests/examples/volume/Makefile.am
new file mode 100644 (file)
index 0000000..7b2f067
--- /dev/null
@@ -0,0 +1,6 @@
+if HAVE_GTK
+noinst_PROGRAMS = volume
+volume_SOURCES = volume.c
+volume_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -D_GNU_SOURCE
+volume_LDADD = $(GST_LIBS) $(GTK_LIBS) $(LIBM)
+endif