From 010b6a1d8acbfeb1325714729024f0fd39a558b7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 25 Dec 2001 21:55:18 +0000 Subject: 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 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 -- cgit v1.2.1