diff options
Diffstat (limited to 'tests/examples/snapshot/Makefile.am')
-rw-r--r-- | tests/examples/snapshot/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/examples/snapshot/Makefile.am b/tests/examples/snapshot/Makefile.am deleted file mode 100644 index 16830eef..00000000 --- a/tests/examples/snapshot/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -if HAVE_GTK -GTK_EXAMPLES=snapshot -endif - -examples = $(GTK_EXAMPLES) - -noinst_PROGRAMS = $(examples) - -LIBS = $(GST_LIBS) $(GTK_LIBS) -AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) |