Skip to content

Commit 7195117

Browse files
committed
tools: register more dependencies
1 parent 1051310 commit 7195117

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/project.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,11 @@ sources=apptransport.c
2424
install=$(BINDIR)
2525

2626
#sources
27+
[appbroker.c]
28+
depends=../include/App/appserver.h,../include/App/apptransport.h
29+
30+
[appclient.c]
31+
depends=../include/App/appclient.h
32+
2733
[apptransport.c]
2834
depends=$(OBJDIR)../include/App/app.h,../include/App/apptransport.h

0 commit comments

Comments
 (0)