ocserv: Fix out of tree builds

Signed-off-by: Joerg Mayer <jmayer@loplof.de>
This commit is contained in:
Joerg Mayer
2014-05-26 23:57:54 +02:00
committed by Nikos Mavrogiannopoulos
parent 843883750c
commit d879c9761a

View File

@@ -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