mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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:
parent
d1effe5859
commit
0657ec204c
2 changed files with 15 additions and 10 deletions
|
@ -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),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue