Commit 8558e321 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

dix: also compile ffs.c

File was missing in Imakefile. We are not using the ffs function, but nevertheless it's a part of dix.
parent 91925d70
...@@ -36,6 +36,7 @@ SRCS = \ ...@@ -36,6 +36,7 @@ SRCS = \
devices.c \ devices.c \
dixutils.c \ dixutils.c \
extension.c \ extension.c \
ffs.c \
gc.c \ gc.c \
globals.c \ globals.c \
grabs.c \ grabs.c \
...@@ -58,6 +59,7 @@ OBJS = \ ...@@ -58,6 +59,7 @@ OBJS = \
devices.o \ devices.o \
dixutils.o \ dixutils.o \
extension.o \ extension.o \
ffs.o \
gc.o \ gc.o \
globals.o \ globals.o \
grabs.o \ grabs.o \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment