summaryrefslogtreecommitdiff
path: root/tests/examples/volume/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/volume/Makefile.am')
-rw-r--r--tests/examples/volume/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/examples/volume/Makefile.am b/tests/examples/volume/Makefile.am
deleted file mode 100644
index c4da3371..00000000
--- a/tests/examples/volume/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-if HAVE_GTK
-noinst_PROGRAMS = volume
-volume_SOURCES = volume.c
-volume_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS) -D_GNU_SOURCE
-volume_LDFLAGS = $(GTK_LIBS) $(GST_LIBS) $(LIBM)
-endif