]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
Fix bug 9798.
[lyx.git] / src / support / Makefile.am
index d3c902cc8e349703de0d755d563ac2feffbc3ff8..1226fbe72a85154eef910b33cab5561873f9d779 100644 (file)
@@ -163,7 +163,11 @@ check_PROGRAMS = \
        check_trivstring
 
 if INSTALL_MACOSX
-ADD_FRAMEWORKS = -framework QtCore -framework AppKit -framework ApplicationServices
+ADD_FRAMEWORKS = \
+       -framework QtCore -framework AppKit -framework ApplicationServices \
+       -Wl,-rpath,@loader_path/../Frameworks \
+       -Wl,-rpath,@executable_path/../Frameworks \
+       -Wl,-headerpad_max_install_names
 endif
 
 check_convert_LDADD = liblyxsupport.a $(LIBICONV) $(BOOST_LIBS) $(QT_CORE_LIBS) $(LIBSHLWAPI) @LIBS@