summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/sample/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/sample/Imakefile b/src/appl/sample/Imakefile
index 3e90bf233..fa8a64051 100644
--- a/src/appl/sample/Imakefile
+++ b/src/appl/sample/Imakefile
@@ -25,7 +25,7 @@
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
- SRCS = sclient.o sserver.o
+ SRCS = sclient.c sserver.c
SimpleTestProgramTarget(sclient)
SimpleTestProgramTarget(sserver)