[network-manager-applet] build: fix issues with newer libtool when destdir != prefix



commit 6a4bcb2f1bf8314bc5b9e0bdd1bef862673655df
Author: Dan Williams <dcbw redhat com>
Date:   Tue Jul 28 11:11:10 2009 -0400

    build: fix issues with newer libtool when destdir != prefix
    
    Or something like that.  Error was:
    
    libtool: install: error: cannot install `libnma.la' to a directory not ending in /usr/lib64/gnome-bluetooth/plugins/

 src/gnome-bluetooth/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-bluetooth/Makefile.am b/src/gnome-bluetooth/Makefile.am
index 763de50..8f20b1f 100644
--- a/src/gnome-bluetooth/Makefile.am
+++ b/src/gnome-bluetooth/Makefile.am
@@ -1,4 +1,4 @@
-plugindir = $(libdir)/gnome-bluetooth/plugins/
+plugindir = $(libdir)/gnome-bluetooth/plugins
 
 INCLUDES = \
 	-DDATADIR=\"$(datadir)\" \



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