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

This allows overriding prefix and libdir at make time.  Noticed
by David Herrmann.
Kristian Høgsberg 12 years ago
parent af4f2aaf19
commit 4905efdc99
  1. 2
      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) \

Loading…
Cancel
Save