index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <d@falconindy.com> | 2011-10-30 10:14:37 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-11-01 10:25:15 -0500 |
commit | d98ff04cc933253b7221fc170813f7d2365d3289 (patch) | |
tree | 38fb73634ee47619ba88c9d78d8aabd8892041c3 | |
parent | 4c259d51f7e0d5fac0158f70b0ad3b0043930943 (diff) |
-rw-r--r-- | src/util/Makefile.am | 2 |
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 11308fbf..e4af56cf 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -31,6 +31,6 @@ testpkg_SOURCES = testpkg.c testpkg_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la vercmp_SOURCES = vercmp.c -vercmp_LDADD = $(top_builddir)/lib/libalpm/version.o +vercmp_LDADD = $(top_builddir)/lib/libalpm/version.lo # vim:set ts=2 sw=2 noet: |