1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

* Use the libtool'd .la file as a link target so we can run pactest properly

This commit is contained in:
Aaron Griffin 2007-02-21 06:35:07 +00:00
parent 786cd38c0a
commit 1334f5c56c

View File

@ -16,7 +16,7 @@ pacman_SOURCES = util.c log.c package.c downloadprog.c trans.c add.c \
pacman_static_SOURCES = $(pacman_SOURCES)
pacman_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.so \
pacman_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la \
-ldownload
pacman_static_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la \