mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
ocserv: Fix out of tree builds
Signed-off-by: Joerg Mayer <jmayer@loplof.de>
This commit is contained in:
committed by
Nikos Mavrogiannopoulos
parent
843883750c
commit
d879c9761a
@@ -125,11 +125,11 @@ occtl_SOURCES += occtl-unix.c
|
||||
endif
|
||||
|
||||
ipc.pb-c.c: ipc.proto
|
||||
protoc-c --c_out=. $<
|
||||
protoc-c --c_out=. --proto_path=$(srcdir) $<
|
||||
|
||||
ipc.pb-c.h: ipc.pb-c.c
|
||||
|
||||
ctl.pb-c.c: ctl.proto
|
||||
protoc-c --c_out=. $<
|
||||
protoc-c --c_out=. --proto_path=$(srcdir) $<
|
||||
|
||||
ctl.pb-c.h: ctl.pb-c.c
|
||||
|
||||
Reference in New Issue
Block a user