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
1 if HAVE_GTK
2 noinst_PROGRAMS = volume
3 volume_SOURCES = volume.c
4 volume_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -D_GNU_SOURCE
5 volume_LDADD = $(GST_LIBS) $(GTK_LIBS) $(LIBM)
6 endif