- Fix make dependencies for sysdeps folder (win32.c was missing)
This commit is contained in:
parent
55f14c99cf
commit
2587c4a1df
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue