[PATCH] cursor: Link libwayland-cursor to libwayland-client
Kristian Høgsberg
hoegsberg at gmail.com
Tue May 29 07:09:08 PDT 2012
On Tue, May 29, 2012 at 02:10:30PM +0100, Rob Bradford wrote:
> From: Rob Bradford <rob at linux.intel.com>
>
> LDADD is only used when linking programs not libraries.
Ah, yup, thanks.
Kristian
> Spotted-by: Pekka Paalanen <ppaalanen at gmail.com>
> ---
> cursor/Makefile.am | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/cursor/Makefile.am b/cursor/Makefile.am
> index edfa3e3..503559a 100644
> --- a/cursor/Makefile.am
> +++ b/cursor/Makefile.am
> @@ -6,9 +6,9 @@ libwayland_cursor_la_SOURCES = \
> wayland-cursor.c \
> xcursor.c \
> xcursor.h
> +libwayland_cursor_la_LIBADD = $(top_builddir)/src/libwayland-client.la
>
> pkgconfigdir = $(libdir)/pkgconfig
> pkgconfig_DATA = wayland-cursor.pc
>
> AM_CFLAGS = $(GCC_CFLAGS) -I../src
> -LDADD = $(top_builddir)/src/libwayland-client.la
> --
> 1.7.7.6
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list