diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-01-18 16:11:30 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-01-18 16:11:30 -0800 |
commit | 147ace738233435408df18415c7d802631f7fecc (patch) | |
tree | db1e30e8270ee8c49d06fffa800407de9f11ca12 /xorg/server/module/Makefile | |
parent | b001b9432aef7642a64bdb84dcd0964ea72a1531 (diff) | |
download | xrdp-proprietary-147ace738233435408df18415c7d802631f7fecc.tar.gz xrdp-proprietary-147ace738233435408df18415c7d802631f7fecc.zip |
xorg: work on xorg driver
Diffstat (limited to 'xorg/server/module/Makefile')
-rw-r--r-- | xorg/server/module/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg/server/module/Makefile b/xorg/server/module/Makefile index d30b2ba9..91f38679 100644 --- a/xorg/server/module/Makefile +++ b/xorg/server/module/Makefile @@ -7,7 +7,8 @@ rdpImageText16.o rdpImageGlyphBlt.o rdpPolyGlyphBlt.o rdpPushPixels.o \ rdpCursor.o rdpMain.o rdpRandR.o rdpMisc.o rdpReg.o \ rdpComposite.o rdpGlyphs.o rdpPixmap.o rdpInput.o rdpClientCon.o -CFLAGS = -g -O2 -Wall -fPIC -I/usr/include/xorg -I/usr/include/pixman-1 +CFLAGS = -g -O2 -Wall -fPIC -I/usr/include/xorg -I/usr/include/pixman-1 \ +-I../../../common LDFLAGS = |