forked from ports/contrib
21 lines
617 B
Diff
21 lines
617 B
Diff
From: Andrea Florio <andrea@opensuse.org>
|
|
Date: Sat, 16 Oct 2010 11:57:20 +0000 (+0200)
|
|
Subject: fixed bug #3088639 : link fail if rpath is disabled
|
|
X-Git-Tag: 0.1.15~59
|
|
X-Git-Url: http://pcmanfm.git.sourceforge.net/git/gitweb.cgi?p=pcmanfm%2Flibfm;a=commitdiff_plain;h=142863e3ed99aa472daaa4d43be25d714316f89a
|
|
|
|
fixed bug #3088639 : link fail if rpath is disabled
|
|
---
|
|
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index 3249d86..5b559ec 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -245,6 +245,7 @@ libfm_pref_apps_LDADD = \
|
|
$(MENU_CACHE_LIBS) \
|
|
$(INTLLIBS) \
|
|
libfm-gtk.la \
|
|
+ libfm.la \
|
|
$(NULL)
|
|
|