On Tue, May 29, 2012 at 02:10:30PM +0100, Rob Bradford wrote: > From: Rob Bradford <[email protected]> > > LDADD is only used when linking programs not libraries.
Ah, yup, thanks. Kristian > Spotted-by: Pekka Paalanen <[email protected]> > --- > 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 > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
