diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-01-26 11:28:46 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-01-26 11:28:46 -0800 |
commit | e83942fe0629c2bde960d05096abe00dd728a05d (patch) | |
tree | b279e92e7cfdeda36faf32eae84019d3ab195a14 /xorg/server/module/Makefile | |
parent | 9d7e58ee98ccdab90b1096542c325b2f8bb930f1 (diff) | |
download | xrdp-proprietary-e83942fe0629c2bde960d05096abe00dd728a05d.tar.gz xrdp-proprietary-e83942fe0629c2bde960d05096abe00dd728a05d.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 93363e46..9003de4d 100644 --- a/xorg/server/module/Makefile +++ b/xorg/server/module/Makefile @@ -5,7 +5,8 @@ rdpPolyRectangle.o rdpPolyArc.o rdpFillPolygon.o rdpPolyFillRect.o \ rdpPolyFillArc.o rdpPolyText8.o rdpPolyText16.o rdpImageText8.o \ 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 rdpCapture.o +rdpComposite.o rdpGlyphs.o rdpPixmap.o rdpInput.o rdpClientCon.o rdpCapture.o \ +rdpTrapezoids.o CFLAGS = -g -O2 -Wall -fPIC -I/usr/include/xorg -I/usr/include/pixman-1 \ -I../../../common |