tests/examples/manual/Makefile.am: Gah, declare vars *before* using them

Original commit message from CVS:
* tests/examples/manual/Makefile.am:
Gah, declare vars *before* using them
This commit is contained in:
Jan Schmidt 2006-09-28 15:27:12 +00:00
parent d1effe5859
commit 0657ec204c
2 changed files with 15 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2006-09-28 Jan Schmidt <thaytan@mad.scientist.com>
* tests/examples/manual/Makefile.am:
Gah, declare vars *before* using them
2006-09-28 Jan Schmidt <thaytan@mad.scientist.com>
* gst/gst.c: (init_pre), (scan_and_update_registry),

View file

@ -15,6 +15,16 @@ INCLUDES = $(GST_OBJ_CFLAGS)
# gnome_LDADD = $(GST_OBJ_LIBS) $(LIBGNOMEUI_LIBS)
# gnome_CFLAGS = $(GST_OBJ_CFLAGS) $(LIBGNOMEUI_CFLAGS)
CHECK_REGISTRY = $(top_builddir)/tests/examples/manual/test-registry.xml
REGISTRY_ENVIRONMENT = \
GST_REGISTRY=$(CHECK_REGISTRY)
TESTS_ENVIRONMENT = \
$(REGISTRY_ENVIRONMENT) \
GST_PLUGIN_SYSTEM_PATH= \
GST_PLUGIN_PATH=$(top_builddir)/plugins
CLEANFILES = core core.* test-registry.xml *.gcno *.gcda
EXTRA_DIST = extract.pl
@ -83,16 +93,6 @@ xml-mp3.c: $(top_srcdir)/docs/manual/highlevel-xml.xml
$(PERL_PATH) $(srcdir)/extract.pl $@ \
$(top_srcdir)/docs/manual/highlevel-xml.xml
CHECK_REGISTRY = $(top_builddir)/tests/examples/manual/test-registry.xml
REGISTRY_ENVIRONMENT = \
GST_REGISTRY=$(CHECK_REGISTRY)
TESTS_ENVIRONMENT = \
$(REGISTRY_ENVIRONMENT) \
GST_PLUGIN_SYSTEM_PATH= \
GST_PLUGIN_PATH=$(top_builddir)/plugins
TESTS = bin \
elementcreate elementfactory elementget elementlink elementmake \
ghostpad init