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