* libtool fixes for building against the right libs
This commit is contained in:
parent
8178c2f986
commit
549ca632ef
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ bin_PROGRAMS = vercmp testpkg
|
|||
INCLUDES = -I$(top_srcdir)/lib/libalpm
|
||||
|
||||
vercmp_SOURCES = vercmp.c
|
||||
vercmp_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.so
|
||||
vercmp_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la
|
||||
|
||||
testpkg_SOURCES = testpkg.c
|
||||
testpkg_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.so
|
||||
testpkg_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la
|
||||
|
|
Loading…
Add table
Reference in a new issue