diff options
Diffstat (limited to 'nx-X11/programs/Xserver/dix/Imakefile')
-rw-r--r-- | nx-X11/programs/Xserver/dix/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/dix/Imakefile b/nx-X11/programs/Xserver/dix/Imakefile index 48f0eeb1b..cabee7a3b 100644 --- a/nx-X11/programs/Xserver/dix/Imakefile +++ b/nx-X11/programs/Xserver/dix/Imakefile @@ -15,6 +15,7 @@ FFS_OBJ = ffs.o #if (!(defined(NXAgentServer) && NXAgentServer)) NXAGENT_SKIP_SRCS = \ + dispatch.c \ events.c \ extension.c \ glyphcurs.c \ @@ -23,6 +24,7 @@ NXAGENT_SKIP_SRCS = \ window.c \ $(NULL) NXAGENT_SKIP_OBJS = \ + dispatch.o \ events.o \ extension.o \ glyphcurs.o \ @@ -38,7 +40,6 @@ SRCS = \ colormap.c \ cursor.c \ devices.c \ - dispatch.c \ dixutils.c \ gc.c \ globals.c \ @@ -61,7 +62,6 @@ OBJS = \ colormap.o \ cursor.o \ devices.o \ - dispatch.o \ dixutils.o \ gc.o \ globals.o \ |