[gnome-clocks] Remove -rpath



commit 63581f28378cc0e8d49a1b1ac5389d8f4c67b31e
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Feb 20 16:38:03 2013 +0100

    Remove -rpath
    
    Cut&paste from the initial autotools setup.
    Patch by Yanko Kaneti <yaneti declera com>.

 Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 270ee4c..035f706 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -134,7 +134,7 @@ AM_CFLAGS = \
        -Wno-unused-but-set-variable \
        -Wno-unused-variable
 
-gnome_clocks_LDFLAGS = -export-dynamic -rpath $(libdir)
+gnome_clocks_LDFLAGS = -export-dynamic
 gnome_clocks_LDADD = \
        $(top_builddir)/libgd/libgd.la \
        $(CLOCKS_LIBS) \
@@ -163,7 +163,6 @@ MAINTAINERCLEANFILES = \
        ABOUT-NLS \
        aclocal.m4 \
        config.guess \
-       config.rpath \
        config.sub \
        install-sh \
        missing \


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