From: BALATON Zoltan Date: Mon, 12 Nov 2012 20:44:25 +0000 (+0100) Subject: Fixed out of source dir build X-Git-Tag: wmaker-0.95.4~46 X-Git-Url: https://repo.or.cz/w/wmaker-crm.git/commitdiff_plain/49922831e8bb5e846100b4dd4f47015f7e2a8518 Fixed out of source dir build --- 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 $<