From: Thomas Vander Stichele Date: Tue, 25 Dec 2001 21:55:18 +0000 (+0000) Subject: something stupid X-Git-Tag: DEBIAN-0_3_1-1~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a230dfa9a604a5c259c42fca7f9eac6561b87f8;p=platform%2Fupstream%2Fgst-plugins-base.git something stupid Original commit message from CVS: something stupid --- 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