From 49922831e8bb5e846100b4dd4f47015f7e2a8518 Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Mon, 12 Nov 2012 21:44:25 +0100 Subject: [PATCH] Fixed out of source dir build --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index b1fd47a4..be4f5d5e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -13,7 +13,7 @@ wtest_LDADD = $(top_builddir)/wmlib/libWMaker.la @XLFLAGS@ @XLIBS@ INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib -LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG) +LIBTOOL = $(QUIET) $(SHELL) $(top_builddir)/libtool $(LIBTOOL_ARG) .c.o: $(QUIET)$(COMPILE) -c $< -- 2.11.4.GIT