diff --git a/configure.ac b/configure.ac index 3da22a1df3..f1179a5bcc 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 f64131a18d..2c0c73bbf6 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