Macro qtTrIdx() replaced by tr() and QT_TRANSLATE_NOOP()
[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