From ea9e9ae22e674f73028906db7699e3e4207d4f61 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 25 Oct 2006 15:40:44 +0000 Subject: Fixed library directory for bindings - we need the craptastic .libs libtool dir --- bindings/java/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/java') diff --git a/bindings/java/Makefile.in b/bindings/java/Makefile.in index 4aed9345..a97f2889 100644 --- a/bindings/java/Makefile.in +++ b/bindings/java/Makefile.in @@ -6,7 +6,7 @@ CFLAGS += -fno-strict-aliasing # see the swig docs ifeq ($(shell arch),x86_64) CFLAGS += -fPIC endif -LDFLAGS += -L$(top_srcdir)/lib/libalpm -lalpm +LDFLAGS += -L$(top_srcdir)/lib/libalpm/.libs -lalpm all: libalpm_java.so alpm.jar -- cgit v1.2.3