makefile: missing depend on pb.o

This commit is contained in:
Robert Swiecki 2017-09-25 20:02:07 +02:00
parent 8a263cd189
commit 9e49e2fa65
2 changed files with 3 additions and 1 deletions

View File

@ -76,6 +76,8 @@ ifeq ("$(wildcard kafel/Makefile)","")
endif
$(MAKE) -C kafel
$(SRCS_CXX): $(SRCS_PB_O)
$(SRCS_PB_O): $(SRCS_PB_CXX) $(SRCS_PB_H)
$(SRCS_PB_CXX) $(SRCS_PB_H): $(SRCS_PROTO)

View File

@ -26,7 +26,7 @@
#include "common.h"
bool containSetupFD(struct nsjconf_t *nsjconf, int fd_in, int fd_out, int fd_err);
bool containSetupFD(struct nsjconf_t * nsjconf, int fd_in, int fd_out, int fd_err);
bool containContain(struct nsjconf_t *nsjconf);
#endif /* NS_CONTAIN_H */