index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jürgen Hötzel <juergen@archlinux.org> | 2007-01-29 22:18:31 +0000 |
---|---|---|
committer | Jürgen Hötzel <juergen@archlinux.org> | 2007-01-29 22:18:31 +0000 |
commit | 13f9fc4d19661b75c6f9989082aaf2b222547fe7 (patch) | |
tree | 424414095c1220fd27a19ff611673bd97e19594c /src/util | |
parent | 1629355ef06c16c422fe959affde83552c96b5ae (diff) |
-rw-r--r-- | src/util/Makefile.am | 2 |
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 |