From 6a230dfa9a604a5c259c42fca7f9eac6561b87f8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 25 Dec 2001 21:55:18 +0000 Subject: [PATCH] something stupid Original commit message from CVS: something stupid --- configure.ac | 1 + ext/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3da22a1..f1179a5 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 f64131a..2c0c73b 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 -- 2.7.4