summaryrefslogtreecommitdiffstats
path: root/examples/level/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-30 18:24:08 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-30 18:24:08 +0000
commit33fb1e42107134a06cf911f0f49c81555a8dcb8a (patch)
tree9fc49be998c08afff4eca8f0b0be51fa873ea987 /examples/level/Makefile.am
parentaab214c94a17368b1485121332e581d21c2ff991 (diff)
move under tests
Original commit message from CVS: move under tests
Diffstat (limited to 'examples/level/Makefile.am')
-rw-r--r--examples/level/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/level/Makefile.am b/examples/level/Makefile.am
deleted file mode 100644
index bf76136f..00000000
--- a/examples/level/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-noinst_PROGRAMS = demo plot
-
-demo_SOURCES = demo.c
-demo_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS)
-demo_LDFLAGS = $(GTK_LIBS) $(GST_LIBS)
-
-plot_SOURCES = plot.c
-plot_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS)
-plot_LDFLAGS = $(GTK_LIBS) $(GST_LIBS)
-
-EXTRA_DIST = README