summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-01 15:14:11 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-01 15:14:11 +0000
commitd8dfd3613a7a9ea82b9aaa36d1926b3f45d14875 (patch)
treeb7e15b779c955f214734910815bdce6174e54595 /ext/Makefile.am
parent808e27ebd8839b12ce3644ad58dd2aa8532eb018 (diff)
downloadgstreamer-plugins-base-d8dfd3613a7a9ea82b9aaa36d1926b3f45d14875.tar.gz
moving pango to base
Original commit message from CVS: moving pango to base
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index e4c32ad82..b09a15b3e 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -29,6 +29,12 @@ else
OGG_DIR=
endif
+if USE_PANGO
+PANGO_DIR = pango
+else
+PANGO_DIR =
+endif
+
if USE_VORBIS
VORBIS_DIR=vorbis
else
@@ -56,5 +62,6 @@ DIST_SUBDIRS = \
gnomevfs \
libvisual \
ogg \
+ pango \
theora \
vorbis