diff options
author | Dan McGee <dan@archlinux.org> | 2011-11-01 16:26:45 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-11-01 16:26:45 +0100 |
commit | a4ce3edf95f148bc6eac16b6edd9bc281c7745af (patch) | |
tree | ae7dc55d73ae12a3214c14ccaa4d37084a0e37c2 /src/util/Makefile.am | |
parent | d5f0395dc13fb305e75a5e78de57e148d87f12d7 (diff) | |
parent | d98ff04cc933253b7221fc170813f7d2365d3289 (diff) | |
download | pacman-a4ce3edf95f148bc6eac16b6edd9bc281c7745af.tar.gz pacman-a4ce3edf95f148bc6eac16b6edd9bc281c7745af.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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: |