From fea2f662c1ad898cd3500ceb2bf72896b1c257b5 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 2 Jan 2001 19:46:43 +0000 Subject: [PATCH] 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 --- examples/autoplug/Makefile.am | 2 +- examples/helloworld/Makefile.am | 2 +- examples/helloworld2/Makefile.am | 2 +- examples/launch/Makefile.am | 2 +- examples/queue/Makefile.am | 2 +- examples/queue2/Makefile.am | 2 +- examples/queue3/Makefile.am | 2 +- examples/queue4/Makefile.am | 2 +- examples/thread/Makefile.am | 2 +- examples/xml/Makefile.am | 2 +- test/bindings/Makefile.am | 2 +- tests/old/examples/autoplug/Makefile.am | 2 +- tests/old/examples/helloworld/Makefile.am | 2 +- tests/old/examples/helloworld2/Makefile.am | 2 +- tests/old/examples/launch/Makefile.am | 2 +- tests/old/examples/queue/Makefile.am | 2 +- tests/old/examples/queue2/Makefile.am | 2 +- tests/old/examples/queue3/Makefile.am | 2 +- tests/old/examples/queue4/Makefile.am | 2 +- tests/old/examples/thread/Makefile.am | 2 +- tests/old/examples/xml/Makefile.am | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/examples/autoplug/Makefile.am b/examples/autoplug/Makefile.am index 4bd0f83e03..3fac466571 100644 --- a/examples/autoplug/Makefile.am +++ b/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/examples/helloworld/Makefile.am b/examples/helloworld/Makefile.am index 5f9514c2f7..5423d5c5a8 100644 --- a/examples/helloworld/Makefile.am +++ b/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/examples/helloworld2/Makefile.am b/examples/helloworld2/Makefile.am index 9d4f35be42..cb37b18ebe 100644 --- a/examples/helloworld2/Makefile.am +++ b/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/examples/launch/Makefile.am b/examples/launch/Makefile.am index 6e6b920657..25b92c35b8 100644 --- a/examples/launch/Makefile.am +++ b/examples/launch/Makefile.am @@ -1,2 +1,2 @@ -bin_SCRIPTS = mp3play +noinst_SCRIPTS = mp3play EXTRA_DIST = mp3play diff --git a/examples/queue/Makefile.am b/examples/queue/Makefile.am index 526c05cc83..00db83351e 100644 --- a/examples/queue/Makefile.am +++ b/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/examples/queue2/Makefile.am b/examples/queue2/Makefile.am index ae346f59b6..94f03919ba 100644 --- a/examples/queue2/Makefile.am +++ b/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/examples/queue3/Makefile.am b/examples/queue3/Makefile.am index c32224b8da..818c723fdd 100644 --- a/examples/queue3/Makefile.am +++ b/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/examples/queue4/Makefile.am b/examples/queue4/Makefile.am index e91ceb7415..f26277ba52 100644 --- a/examples/queue4/Makefile.am +++ b/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/examples/thread/Makefile.am b/examples/thread/Makefile.am index 25b02b8a7e..0ea450519d 100644 --- a/examples/thread/Makefile.am +++ b/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/examples/xml/Makefile.am b/examples/xml/Makefile.am index 0d73f10623..9b09a4e71c 100644 --- a/examples/xml/Makefile.am +++ b/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) diff --git a/test/bindings/Makefile.am b/test/bindings/Makefile.am index b320b94378..423b1b3add 100644 --- a/test/bindings/Makefile.am +++ b/test/bindings/Makefile.am @@ -3,7 +3,7 @@ noinst_LTLIBRARIES = libcrashtest.la libcrashtest_la_SOURCES = \ dummy.c -include_HEADERS = \ +noinst_HEADERS = \ dummy.h CFLAGS = $(shell gnome-config --cflags gnomeui) 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)