From 8ac65932a2126dab8ab9508db141208ace522112 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 94c6931a..bea3b5f8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -80,7 +80,7 @@ westoninclude_HEADERS = \ matrix.h \ ../shared/config-parser.h -moduledir = @libdir@/weston +moduledir = $(libdir)/weston module_LTLIBRARIES = \ $(desktop_shell) \ $(tablet_shell) \