uninstall fix
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 20 Jan 2003 11:58:56 +0000 (11:58 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 20 Jan 2003 11:58:56 +0000 (11:58 +0000)
Original commit message from CVS:
uninstall fix

gst-libs/ext/ffmpeg/Makefile.am

index 4377471..079fa13 100644 (file)
@@ -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: