diff options
-rw-r--r-- | src/appl/sample/Imakefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/appl/sample/Imakefile b/src/appl/sample/Imakefile index dc6a21a8cb..3e90bf233f 100644 --- a/src/appl/sample/Imakefile +++ b/src/appl/sample/Imakefile @@ -22,8 +22,13 @@ # or implied warranty. # # -#define IHaveSubdirs -#define PassCDebugFlags -SUBDIRS=sclient sserver -MakeSubdirs($(SUBDIRS)) + DEPLIBS = $(DEPKLIB) +LOCAL_LIBRARIES = $(KLIB) + SRCS = sclient.o sserver.o + +SimpleTestProgramTarget(sclient) +SimpleTestProgramTarget(sserver) + +DependTarget() +LintTarget() |