gstreamer/ext/Makefile.am
Tim-Philipp Müller 419d3ddd23 ext/Makefile.am: Add $(PANGO_DIR) to SUBDIRS
Original commit message from CVS:
* ext/Makefile.am:
Add $(PANGO_DIR) to SUBDIRS
* ext/pango/gstclockoverlay.c:
* ext/pango/gsttimeoverlay.c:
Fix and improve element descriptions.
2005-12-01 15:56:53 +00:00

68 lines
745 B
Makefile

if USE_ALSA
ALSA_DIR=alsa
else
ALSA_DIR=
endif
if USE_CDPARANOIA
#CDPARANOIA_DIR=cdparanoia
CDPARANOIA_DIR=
else
CDPARANOIA_DIR=
endif
if USE_GNOME_VFS
GNOMEVFS_DIR=gnomevfs
else
GNOMEVFS_DIR=
endif
if USE_LIBVISUAL
LIBVISUAL_DIR=libvisual
else
LIBVISUAL_DIR=
endif
if USE_OGG
OGG_DIR=ogg
else
OGG_DIR=
endif
if USE_PANGO
PANGO_DIR = pango
else
PANGO_DIR =
endif
if USE_VORBIS
VORBIS_DIR=vorbis
else
VORBIS_DIR=
endif
if USE_THEORA
THEORA_DIR=theora
else
THEORA_DIR=
endif
SUBDIRS = \
$(ALSA_DIR) \
$(CDPARANOIA_DIR) \
$(GNOMEVFS_DIR) \
$(LIBVISUAL_DIR) \
$(OGG_DIR) \
$(PANGO_DIR) \
$(THEORA_DIR) \
$(VORBIS_DIR)
DIST_SUBDIRS = \
alsa \
cdparanoia \
gnomevfs \
libvisual \
ogg \
pango \
theora \
vorbis