src/Makefile.am: Use $(libdir) instead of @libdir@

This allows overriding prefix and libdir at make time.  Noticed
by David Herrmann.
This commit is contained in:
Kristian Høgsberg 2013-02-18 15:26:28 -05:00
parent d27af2a515
commit 8ac65932a2
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ westoninclude_HEADERS = \
matrix.h \
../shared/config-parser.h
moduledir = @libdir@/weston
moduledir = $(libdir)/weston
module_LTLIBRARIES = \
$(desktop_shell) \
$(tablet_shell) \