summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-25 21:55:18 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-25 21:55:18 +0000
commit010b6a1d8acbfeb1325714729024f0fd39a558b7 (patch)
tree4729607a1ae8ea5ec03eb4870297fbf598832fe2
parent5e69fec2475e56f3f5f30558553850d5d42748fa (diff)
downloadgst-plugins-bad-010b6a1d8acbfeb1325714729024f0fd39a558b7.tar.gz
gst-plugins-bad-010b6a1d8acbfeb1325714729024f0fd39a558b7.tar.bz2
gst-plugins-bad-010b6a1d8acbfeb1325714729024f0fd39a558b7.zip
something stupid
Original commit message from CVS: something stupid
-rw-r--r--configure.ac1
-rw-r--r--ext/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3da22a1d..f1179a5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1057,6 +1057,7 @@ ext/flac/Makefile
ext/gnomevfs/Makefile
ext/gsm/Makefile
ext/hermes/Makefile
+ext/http/Makefile
ext/jpeg/Makefile
ext/ladspa/Makefile
ext/lame/Makefile
diff --git a/ext/Makefile.am b/ext/Makefile.am
index f64131a1..2c0c73bb 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -95,7 +95,7 @@ HERMES_DIR=
endif
if USE_HTTP
-HTTP_DIR=gnomevfs
+HTTP_DIR=http
else
HTTP_DIR=
endif