From f559fb0928b7a5a3652120b959ec4b16f06e622b Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Mon, 1 Jan 2001 22:44:20 +0000 Subject: [PATCH] updated examples build stuff Original commit message from CVS: updated examples build stuff --- examples/Makefile.am | 4 +++- examples/thread/Makefile.am | 4 ++++ tests/old/examples/Makefile.am | 4 +++- tests/old/examples/thread/Makefile.am | 4 ++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 36fa96e..b238093 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,6 @@ SUBDIRS = autoplug \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ - thread launch xml + thread xml + +EXTRA_DIST = launch diff --git a/examples/thread/Makefile.am b/examples/thread/Makefile.am index e69de29..25b02b8 100644 --- a/examples/thread/Makefile.am +++ b/examples/thread/Makefile.am @@ -0,0 +1,4 @@ +bin_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/Makefile.am b/tests/old/examples/Makefile.am index 36fa96e..b238093 100644 --- a/tests/old/examples/Makefile.am +++ b/tests/old/examples/Makefile.am @@ -1,4 +1,6 @@ SUBDIRS = autoplug \ helloworld helloworld2 \ queue queue2 queue3 queue4 \ - thread launch xml + thread xml + +EXTRA_DIST = launch diff --git a/tests/old/examples/thread/Makefile.am b/tests/old/examples/thread/Makefile.am index e69de29..25b02b8 100644 --- a/tests/old/examples/thread/Makefile.am +++ b/tests/old/examples/thread/Makefile.am @@ -0,0 +1,4 @@ +bin_PROGRAMS = thread + +LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la +INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) -- 2.7.4