[gegl] operations: Add DESTDIR to Makefile-operations.am uninstall-local



commit 5c7509e48a7c55f8b2d3d875b427bf67b5efcaa7
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Jun 21 22:34:00 2009 +0200

    operations: Add DESTDIR to Makefile-operations.am uninstall-local
    
    Add DESTDIR to Makefile-operations.am uninstall-local. This makes
    'make distcheck' pass.

 operations/Makefile-operations.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/Makefile-operations.am b/operations/Makefile-operations.am
index 36edf16..307ea5c 100644
--- a/operations/Makefile-operations.am
+++ b/operations/Makefile-operations.am
@@ -26,7 +26,7 @@ install-exec-local: all-local
 
 uninstall-local:
 	for i in $(plugins); do \
-	  $(LIBTOOL) --mode=uninstall $(RM) $(ext_dir)/$$i ; \
+	  $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(ext_dir)/$$i ; \
 	done
 
 check-local: all-local



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]