- Fix make dependencies for sysdeps folder (win32.c was missing)

This commit is contained in:
Stefan Gehn 2008-02-01 19:26:56 +00:00
parent 55f14c99cf
commit 2587c4a1df
1 changed files with 2 additions and 1 deletions

View File

@ -271,7 +271,8 @@ IMAGES = \
SYSDEPS_SRC = sysdeps/bsd-common.c sysdeps/bsd-net-open.c sysdeps/freebsd.c \
sysdeps/gtop.c sysdeps/linux.c sysdeps/netbsd.c sysdeps/openbsd.c \
sysdeps/solaris.c sysdeps/darwin.c sysdeps/sensors-common.c
sysdeps/solaris.c sysdeps/darwin.c sysdeps/sensors-common.c \
sysdeps/win32.c
GKRELLM_H = gkrellm.h gkrellm-private.h
GKRELLM_H_SYS = gkrellm.h gkrellm-public-proto.h gkrellm-private.h \