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