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:
+1
-1
@@ -89,7 +89,7 @@ westoninclude_HEADERS = \
|
|||||||
../shared/matrix.h \
|
../shared/matrix.h \
|
||||||
../shared/config-parser.h
|
../shared/config-parser.h
|
||||||
|
|
||||||
moduledir = @libdir@/weston
|
moduledir = $(libdir)/weston
|
||||||
module_LTLIBRARIES = \
|
module_LTLIBRARIES = \
|
||||||
$(desktop_shell) \
|
$(desktop_shell) \
|
||||||
$(tablet_shell) \
|
$(tablet_shell) \
|
||||||
|
|||||||
Reference in New Issue
Block a user