diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-15 21:33:26 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-15 21:33:26 +0000 |
commit | c35200bf058092c1675a54bb0fc98d111af00165 (patch) | |
tree | f3de773efa817154c5bed392f932e611f6261c3e /examples | |
parent | 88aba59fb74bc470374f625f3db50c5ee5b1191a (diff) | |
download | gstreamer-c35200bf058092c1675a54bb0fc98d111af00165.tar.gz |
another example
Original commit message from CVS:
another example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/manual/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/manual/Makefile.am b/examples/manual/Makefile.am index 915bcfb479..00eb3657a9 100644 --- a/examples/manual/Makefile.am +++ b/examples/manual/Makefile.am @@ -1,17 +1,17 @@ if HAVE_LIBGNOMEUI -GNOME=gnome dynamic +GNOME=gnome else GNOME= endif -EXAMPLES = $(GNOME) xml-mp3 +EXAMPLES = dynamic $(GNOME) helloworld helloworld2 queue xml-mp3 noinst_PROGRAMS = $(EXAMPLES) LDADD = $(GST_LIBS) INCLUDES = $(GST_CFLAGS) -dynamic_LDADD = $(GST_LIBS) $(LIBGNOMEUI_LIBS) -dynamic_CFLAGS = $(GST_CFLAGS) $(LIBGNOMEUI_CFLAGS) +#dynamic_LDADD = $(GST_LIBS) $(LIBGNOMEUI_LIBS) +#dynamic_CFLAGS = $(GST_CFLAGS) $(LIBGNOMEUI_CFLAGS) gnome_LDADD = $(GST_LIBS) $(LIBGNOMEUI_LIBS) gnome_CFLAGS = $(GST_CFLAGS) $(LIBGNOMEUI_CFLAGS) @@ -23,5 +23,5 @@ EXTRA_DIST = extract.pl # also, it's a bit irritating that right now a change in any xml file # triggers a rebuild of all examples #%.c: -dynamic.c gnome.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml +dynamic.c gnome.c helloworld.c helloworld2.c queue.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml $(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml |