X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FMakefile.am;h=70bbee266ea5b26f5b416553b486146749dc91db;hb=69726b832b4ed1859d5c9e753c4437c98f5f2966;hp=c86cd4870528b283eaa2d27557e688a6ec5329ef;hpb=4c6a341ab592b2389083579dba08d1961a0380b7;p=lyx.git diff --git a/src/support/Makefile.am b/src/support/Makefile.am index c86cd48705..70bbee266e 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -74,9 +74,9 @@ liblyxsupport_a_SOURCES = \ lstrings.h \ lyxalgo.h \ lyxlib.h \ + lyxmagic.h \ lyxtime.cpp \ lyxtime.h \ - Magic.h \ mutex.h \ mutex.cpp \ Messages.cpp \ @@ -164,7 +164,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@