mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-07 02:38:01 +02:00
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:
parent
af4f2aaf19
commit
4905efdc99
1 changed files with 1 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue