From 576fe6e16bedb8848404e6335a9bd2ac7400aeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 28 Apr 2016 19:35:41 +0200 Subject: [PATCH] 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. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 8f6a781f1..545155ef2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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