summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-01-18 16:19:12 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-01-18 16:21:14 +0100
commit317894d314845bb650ce64e765ac0112bde3d0a2 (patch)
treec91cb1f9190d9b97675648a7dfe150a7de59cd73 /ext/Makefile.am
parent5ed617b65944dabae2c7808ec827ed52697b1ea0 (diff)
downloadgstreamer-plugins-base-317894d314845bb650ce64e765ac0112bde3d0a2.tar.gz
gio: Move to gst subdirectory
It's a plugin without external dependencies now because we unconditionally depend on GIO anyway.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index f793d4bce..dc8af0e3b 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -10,12 +10,6 @@ else
CDPARANOIA_DIR=
endif
-if USE_GIO
-GIO_DIR=gio
-else
-GIO_DIR=
-endif
-
if USE_LIBVISUAL
LIBVISUAL_DIR=libvisual
else
@@ -57,7 +51,6 @@ endif
SUBDIRS = \
$(ALSA_DIR) \
$(CDPARANOIA_DIR) \
- $(GIO_DIR) \
$(LIBVISUAL_DIR) \
$(OGG_DIR) \
$(PANGO_DIR) \
@@ -67,7 +60,6 @@ SUBDIRS = \
DIST_SUBDIRS = \
alsa \
cdparanoia \
- gio \
libvisual \
ogg \
pango \