X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=a4b042b2243a894bc5facce34cb969359cd5ce45;hp=85942a0aa822f26f9cad784da9ef11284a648b49;hb=50d16976ac0cd44c1f5aba9217148ff05e141436;hpb=a9bac3f9d414d27a1cd2a32f33df70abbc341021 diff --git a/Makefile b/Makefile index 85942a0a..a4b042b2 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ SOURCE = gettime.c fio.c ioengines.c init.c stat.c log.c time.c filesetup.c \ rbtree.c smalloc.c filehash.c profile.c debug.c lib/rand.c \ lib/num2str.c $(wildcard crc/*.c) engines/cpu.c \ engines/mmap.c engines/sync.c engines/null.c engines/net.c \ - memalign.c + memalign.c server.c ifeq ($(UNAME), Linux) SOURCE += diskutil.c fifo.c blktrace.c helpers.c cgroup.c trim.c \