testsuite/Makefile.am: Fix more OSX buildbots.
Original commit message from CVS: * testsuite/Makefile.am: Fix more OSX buildbots.
This commit is contained in:
parent
9abefbf3db
commit
c58ee4ef21
@ -1,3 +1,8 @@
|
|||||||
|
2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* testsuite/Makefile.am:
|
||||||
|
Fix more OSX buildbots.
|
||||||
|
|
||||||
2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
|
2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* ext/mpeg2dec/gstmpeg2dec.c:
|
* ext/mpeg2dec/gstmpeg2dec.c:
|
||||||
|
@ -4,8 +4,14 @@ else
|
|||||||
ALSA_DIR=
|
ALSA_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if HAVE_GTK
|
||||||
|
EMBED_DIR=embed
|
||||||
|
else
|
||||||
|
EMBED_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
embed \
|
$(EMBED_DIR) \
|
||||||
spider \
|
spider \
|
||||||
multifilesink \
|
multifilesink \
|
||||||
$(ALSA_DIR) #seeking
|
$(ALSA_DIR) #seeking
|
||||||
|
@ -4,8 +4,14 @@ else
|
|||||||
ALSA_DIR=
|
ALSA_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if HAVE_GTK
|
||||||
|
EMBED_DIR=embed
|
||||||
|
else
|
||||||
|
EMBED_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
embed \
|
$(EMBED_DIR) \
|
||||||
spider \
|
spider \
|
||||||
multifilesink \
|
multifilesink \
|
||||||
$(ALSA_DIR) #seeking
|
$(ALSA_DIR) #seeking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user