blob: d98b1b187433d670bc485942333aaf1351876b13 (
plain)
1 From: Andrea Florio <andrea@opensuse.org>
2 Date: Sat, 16 Oct 2010 11:57:20 +0000 (+0200)
3 Subject: fixed bug #3088639 : link fail if rpath is disabled
4 X-Git-Tag: 0.1.15~59
5 X-Git-Url: http://pcmanfm.git.sourceforge.net/git/gitweb.cgi?p=pcmanfm%2Flibfm;a=commitdiff_plain;h=142863e3ed99aa472daaa4d43be25d714316f89a
6
7 fixed bug #3088639 : link fail if rpath is disabled
8 ---
9
10 diff --git a/src/Makefile.am b/src/Makefile.am
11 index 3249d86..5b559ec 100644
12 --- a/src/Makefile.am
13 +++ b/src/Makefile.am
14 @@ -245,6 +245,7 @@ libfm_pref_apps_LDADD = \
15 $(MENU_CACHE_LIBS) \
16 $(INTLLIBS) \
17 libfm-gtk.la \
18 + libfm.la \
19 $(NULL)
20
|