From 13f9fc4d19661b75c6f9989082aaf2b222547fe7 Mon Sep 17 00:00:00 2001 From: Jürgen Hötzel Date: Mon, 29 Jan 2007 22:18:31 +0000 Subject: * Fix building outside $(srcdir). * Removed ./gen-mirrorlist.sh invocation from configure script: Mirror-files are generated by make, not configure. --- src/util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 553c3c09..361a742f 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -4,4 +4,4 @@ AM_CFLAGS = -I$(top_srcdir)/lib/libalpm vercmp_SOURCES = vercmp.c -vercmp_LDADD = $(top_srcdir)/lib/libalpm/libalpm.la +vercmp_LDADD = $(top_builddir)/lib/libalpm/libalpm.la -- cgit v1.2.3-24-g4f1b