summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-01-02 19:46:43 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-01-02 19:46:43 +0000
commitfea2f662c1ad898cd3500ceb2bf72896b1c257b5 (patch)
tree6cd96752324fe5140bd70a8b5192158a42b597df /tests
parentadf0ffecb4c8e61e37b61b93a153a204fbf15349 (diff)
The examples must not be installed
Original commit message from CVS: The examples must not be installed Removed debugging from Makefiles for avidecoder/ac3parse /test/bindings/dummy.h cannot be installed
Diffstat (limited to 'tests')
-rw-r--r--tests/old/examples/autoplug/Makefile.am2
-rw-r--r--tests/old/examples/helloworld/Makefile.am2
-rw-r--r--tests/old/examples/helloworld2/Makefile.am2
-rw-r--r--tests/old/examples/launch/Makefile.am2
-rw-r--r--tests/old/examples/queue/Makefile.am2
-rw-r--r--tests/old/examples/queue2/Makefile.am2
-rw-r--r--tests/old/examples/queue3/Makefile.am2
-rw-r--r--tests/old/examples/queue4/Makefile.am2
-rw-r--r--tests/old/examples/thread/Makefile.am2
-rw-r--r--tests/old/examples/xml/Makefile.am2
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/old/examples/autoplug/Makefile.am b/tests/old/examples/autoplug/Makefile.am
index 4bd0f83e03..3fac466571 100644
--- a/tests/old/examples/autoplug/Makefile.am
+++ b/tests/old/examples/autoplug/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = autoplug
+noinst_PROGRAMS = autoplug
LDADD = $(GNOME_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GNOME_CFLAGS)
diff --git a/tests/old/examples/helloworld/Makefile.am b/tests/old/examples/helloworld/Makefile.am
index 5f9514c2f7..5423d5c5a8 100644
--- a/tests/old/examples/helloworld/Makefile.am
+++ b/tests/old/examples/helloworld/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = helloworld
+noinst_PROGRAMS = helloworld
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
diff --git a/tests/old/examples/helloworld2/Makefile.am b/tests/old/examples/helloworld2/Makefile.am
index 9d4f35be42..cb37b18ebe 100644
--- a/tests/old/examples/helloworld2/Makefile.am
+++ b/tests/old/examples/helloworld2/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = helloworld2
+noinst_PROGRAMS = helloworld2
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
diff --git a/tests/old/examples/launch/Makefile.am b/tests/old/examples/launch/Makefile.am
index 6e6b920657..25b92c35b8 100644
--- a/tests/old/examples/launch/Makefile.am
+++ b/tests/old/examples/launch/Makefile.am
@@ -1,2 +1,2 @@
-bin_SCRIPTS = mp3play
+noinst_SCRIPTS = mp3play
EXTRA_DIST = mp3play
diff --git a/tests/old/examples/queue/Makefile.am b/tests/old/examples/queue/Makefile.am
index 526c05cc83..00db83351e 100644
--- a/tests/old/examples/queue/Makefile.am
+++ b/tests/old/examples/queue/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = queue
+noinst_PROGRAMS = queue
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
diff --git a/tests/old/examples/queue2/Makefile.am b/tests/old/examples/queue2/Makefile.am
index ae346f59b6..94f03919ba 100644
--- a/tests/old/examples/queue2/Makefile.am
+++ b/tests/old/examples/queue2/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = queue2
+noinst_PROGRAMS = queue2
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
diff --git a/tests/old/examples/queue3/Makefile.am b/tests/old/examples/queue3/Makefile.am
index c32224b8da..818c723fdd 100644
--- a/tests/old/examples/queue3/Makefile.am
+++ b/tests/old/examples/queue3/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = queue3
+noinst_PROGRAMS = queue3
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
diff --git a/tests/old/examples/queue4/Makefile.am b/tests/old/examples/queue4/Makefile.am
index e91ceb7415..f26277ba52 100644
--- a/tests/old/examples/queue4/Makefile.am
+++ b/tests/old/examples/queue4/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = queue4
+noinst_PROGRAMS = queue4
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
diff --git a/tests/old/examples/thread/Makefile.am b/tests/old/examples/thread/Makefile.am
index 25b02b8a7e..0ea450519d 100644
--- a/tests/old/examples/thread/Makefile.am
+++ b/tests/old/examples/thread/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = thread
+noinst_PROGRAMS = thread
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
diff --git a/tests/old/examples/xml/Makefile.am b/tests/old/examples/xml/Makefile.am
index 0d73f10623..9b09a4e71c 100644
--- a/tests/old/examples/xml/Makefile.am
+++ b/tests/old/examples/xml/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = createxml runxml
+noinst_PROGRAMS = createxml runxml
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)