From 4905efdc99b29e246b0f2750a2b1998c763a212d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 18 Feb 2013 15:26:28 -0500 Subject: [PATCH] src/Makefile.am: Use $(libdir) instead of @libdir@ This allows overriding prefix and libdir at make time. Noticed by David Herrmann. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index b9d21b895..3657505ef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -89,7 +89,7 @@ westoninclude_HEADERS = \ ../shared/matrix.h \ ../shared/config-parser.h -moduledir = @libdir@/weston +moduledir = $(libdir)/weston module_LTLIBRARIES = \ $(desktop_shell) \ $(tablet_shell) \