diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/sample/Imakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/appl/sample/Imakefile b/src/appl/sample/Imakefile index 9e5449be21..a4ae485594 100644 --- a/src/appl/sample/Imakefile +++ b/src/appl/sample/Imakefile @@ -4,5 +4,7 @@ LOCAL_LIBRARIES = $(KLIB) CLIENTOBJS= sclient.o SERVEROBJS= sserver.o +all:: sclient sserver + NormalProgramTarget(sclient,$(CLIENTOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),) NormalProgramTarget(sserver,$(SERVEROBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),) |
