summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-20 11:58:56 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-20 11:58:56 +0000
commit0b921d32116c103a798901606f73584cee6411e1 (patch)
treeacefce0c7d63b18a8408b24bd8bbce0086384152
parent85a0755988f88183e62f42c86e266229e73514de (diff)
uninstall fix
Original commit message from CVS: uninstall fix
-rw-r--r--gst-libs/ext/ffmpeg/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am
index 43774714b..079fa13da 100644
--- a/gst-libs/ext/ffmpeg/Makefile.am
+++ b/gst-libs/ext/ffmpeg/Makefile.am
@@ -77,7 +77,12 @@ checkout:
install:
cd ffmpeg && make
+# we don't install stuff so no need to uninstall
+uninstall:
+ @true
+
# override recursive targets
+# FIXME: maybe this can be prettier, so it doesn't generate warnings
dvi-recursive:
true
check-recursive: