1
0
mirror of https://github.com/brl/mutter.git synced 2025-06-15 01:39:30 +00:00

build: Set rpath of standalone executable

We now link to cogl/clutter forks in a private location, so make
sure to point the runtime linker to the correct location.
This commit is contained in:
Florian Müllner
2016-04-28 19:35:41 +02:00
parent 502b7e8426
commit 576fe6e16b

@ -393,6 +393,7 @@ noinst_PROGRAMS=
mutter_SOURCES = core/mutter.c mutter_SOURCES = core/mutter.c
mutter_LDADD = $(MUTTER_LIBS) libmutter.la mutter_LDADD = $(MUTTER_LIBS) libmutter.la
mutter_LDFLAGS = -rpath $(pkglibdir)
libexec_PROGRAMS = mutter-restart-helper libexec_PROGRAMS = mutter-restart-helper
mutter_restart_helper_SOURCES = core/restart-helper.c mutter_restart_helper_SOURCES = core/restart-helper.c