1
0
Fork 0

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 576fe6e16b.
This commit is contained in:
Florian Müllner 2016-04-28 20:13:36 +02:00
parent 576fe6e16b
commit b6092cf4db

View file

@ -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