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
commit63e96ca1f214e195cd97ce5f4c601d30fe9de05c (patch)
tree0b6dc5e899def7ab9ede838af3832888ffdb53ef
parenta81b495e22c490be75ac2713ee512fe01cdd18eb (diff)
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