From b6092cf4dbcb557901aab14373e60031f602e7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 28 Apr 2016 20:13:36 +0200 Subject: [PATCH] Revert "build: Set rpath of standalone executable" Within the mutter module we use the .la file to link cogl/clutter, so this isn't actually needed. This reverts commit 576fe6e16bedb8848404e6335a9bd2ac7400aeeb. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 545155ef2..8f6a781f1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -393,7 +393,6 @@ 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