diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-25 21:55:18 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-25 21:55:18 +0000 |
commit | 010b6a1d8acbfeb1325714729024f0fd39a558b7 (patch) | |
tree | 4729607a1ae8ea5ec03eb4870297fbf598832fe2 | |
parent | 5e69fec2475e56f3f5f30558553850d5d42748fa (diff) | |
download | gst-plugins-bad-010b6a1d8acbfeb1325714729024f0fd39a558b7.tar.gz gst-plugins-bad-010b6a1d8acbfeb1325714729024f0fd39a558b7.tar.bz2 gst-plugins-bad-010b6a1d8acbfeb1325714729024f0fd39a558b7.zip |
something stupid
Original commit message from CVS:
something stupid
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | ext/Makefile.am | 2 |
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 |