Commit 62aac695 authored by Mihai Moldovan's avatar Mihai Moldovan Committed by Mike Gabriel

nx-X11/programs/Xserver/composite/Imakefile: add new file to SRCS and OBJS and…

nx-X11/programs/Xserver/composite/Imakefile: add new file to SRCS and OBJS and define -DNXAGENT_SERVER while building the Composite extension to disable some code that depends upon a newer X.Org architecture.
parent 7d2dd2aa
#include <Server.tmpl> #include <Server.tmpl>
SRCS = compalloc.c compext.c compinit.c compwindow.c SRCS = compalloc.c compext.c compinit.c compoverlay.c compwindow.c
OBJS = compalloc.o compext.o compinit.o compwindow.o OBJS = compalloc.o compext.o compinit.o compoverlay.o compwindow.o
INCLUDES = -I../include -I../mi -I../Xext -I../render -I../xfixes \ INCLUDES = -I../include -I../mi -I../Xext -I../render -I../xfixes \
-I../damageext -I../miext/damage -I$(EXTINCSRC) \ -I../damageext -I../miext/damage -I$(EXTINCSRC) \
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln
DEFINES = -DNXAGENT_SERVER
NormalLibraryTarget(composite,$(OBJS)) NormalLibraryTarget(composite,$(OBJS))
NormalLibraryObjectRule() NormalLibraryObjectRule()
LintLibraryTarget(composite,$(SRCS)) LintLibraryTarget(composite,$(SRCS))
......
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