blob: 7441c71a0a246f518e92e35e8de71bd5a6a45ebb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff --git a/lpSolveAPI/src/Makevars b/lpSolveAPI/src/Makevars
index bfb8a46..93671b8 100644
--- a/lpSolveAPI/src/Makevars
+++ b/lpSolveAPI/src/Makevars
@@ -1,9 +1,9 @@
-PKG_CPPFLAGS=-I../inst/include
+PKG_CPPFLAGS=-Iinclude
OBJECTS=RlpSolve.o RlpSolveLink.o
-PKG_LIBS=-Llp_solve -llp_solve $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
+PKG_LIBS=-llpsolve55 $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
-$(SHLIB): lp_solve/liblp_solve.a
+$(SHLIB):
lp_solve/liblp_solve.a:
@(cd lp_solve && $(MAKE) liblp_solve.a \
|