Conforming to the latest configure
This commit is contained in:
parent
b91f36d8bb
commit
0c17a6cf60
|
@ -9,6 +9,7 @@ type=library
|
||||||
sources=cpp.c
|
sources=cpp.c
|
||||||
cflags=-fPIC
|
cflags=-fPIC
|
||||||
ldflags=-L $(LIBDIR) -rpath $(LIBDIR) -l System
|
ldflags=-L $(LIBDIR) -rpath $(LIBDIR) -l System
|
||||||
|
install=$(LIBDIR)
|
||||||
|
|
||||||
[cpp.c]
|
[cpp.c]
|
||||||
depends=../include/cpp.h
|
depends=../include/cpp.h
|
||||||
|
@ -17,6 +18,7 @@ depends=../include/cpp.h
|
||||||
type=binary
|
type=binary
|
||||||
sources=main.c
|
sources=main.c
|
||||||
ldflags=-Wl,-rpath,$(LIBDIR) -L $(LIBDIR) -L . -l cpp -l System -l ssl
|
ldflags=-Wl,-rpath,$(LIBDIR) -L $(LIBDIR) -L . -l cpp -l System -l ssl
|
||||||
|
install=$(BINDIR)
|
||||||
|
|
||||||
[main.c]
|
[main.c]
|
||||||
depends=../include/cpp.h
|
depends=../include/cpp.h
|
||||||
|
|
Loading…
Reference in New Issue
Block a user