summaryrefslogtreecommitdiff
path: root/tests/examples/gio/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/gio/Makefile.am')
-rw-r--r--tests/examples/gio/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/examples/gio/Makefile.am b/tests/examples/gio/Makefile.am
deleted file mode 100644
index 278edb71..00000000
--- a/tests/examples/gio/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-if HAVE_GTK
-if USE_GIO
-noinst_PROGRAMS = giosrc-mounting
-giosrc_mounting_SOURCES = giosrc-mounting.c
-giosrc_mounting_CFLAGS = $(GTK_CFLAGS) $(GIO_CFLAGS) $(GST_CFLAGS)
-giosrc_mounting_LDFLAGS = $(GTK_LIBS) $(GIO_LIBS) $(GST_LIBS)
-endif
-endif