On 10/06/2013 18:23, Othman, Ossama wrote:
Hi,

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -94,7 +94,6 @@ westoninclude_HEADERS =                               \
         ../shared/matrix.h                      \
         ../shared/config-parser.h

-moduledir = $(libdir)/weston
  module_LTLIBRARIES =                           \


On a related note, any idea why Weston doesn't use Automake's pkglib
prefix?  The corresponding pkglibdir variable ends up having the same
value.  Is it just a convention/clarity thing?  I realize Autoconf doesn't
support pkglibdir without help.

The point of having moduledir is that we may use e.g. $(pkglibdir)/modules if weston shipped a real package-wide libraries. libtoytoolkit and libshared would be in $(pkglib) if they were not static libraries (and having them static is good enough since they have only a few installed customers each).

But in this regard, we may set moduledir to $(pkglibdir) for now, or directly to $(pkglibdir)/modules.

I will send a patch or two on this directories’ thing.

Thanks for the comment.

--

Quentin “Sardem FF7” Glidic
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to