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

View File

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