diff osdep/Makefile @ 13612:c0bde085511c

Zeta OS support, mostly working.
author reimar
date Mon, 11 Oct 2004 19:26:13 +0000
parents 51d61721906b
children 07dadc3066f3
line wrap: on
line diff
--- a/osdep/Makefile	Mon Oct 11 16:23:20 2004 +0000
+++ b/osdep/Makefile	Mon Oct 11 19:26:13 2004 +0000
@@ -4,6 +4,7 @@
 LIBNAME = libosdep.a
 
 SRCS= shmem.c strsep.c strl.c vsscanf.c scandir.c gettimeofday.c fseeko.c \
+      swab.c
       # timer.c
 
 ifeq ($(TARGET_ARCH_X86),yes)