diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-07-13 14:07:01 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-07-13 14:07:01 -0700 |
commit | bca7e7a0238505d2c350265b57e5a1e59c7b1ec1 (patch) | |
tree | 08fa3f852db09b21d39de7172116f10a2641ac4e /xorg/server/module | |
parent | e2b4f8cf7e46b51a48bb9a3ca482378bcf8e5212 (diff) | |
download | xrdp-proprietary-bca7e7a0238505d2c350265b57e5a1e59c7b1ec1.tar.gz xrdp-proprietary-bca7e7a0238505d2c350265b57e5a1e59c7b1ec1.zip |
xorg, work on driver
Diffstat (limited to 'xorg/server/module')
-rw-r--r-- | xorg/server/module/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/server/module/Makefile b/xorg/server/module/Makefile index cb2439fa..f2442c82 100644 --- a/xorg/server/module/Makefile +++ b/xorg/server/module/Makefile @@ -5,7 +5,7 @@ rdpPolyRectangle.o rdpPolyArc.o rdpFillPolygon.o rdpPolyFillRect.o \ rdpPolyFillArc.o rdpPolyText8.o rdpPolyText16.o rdpImageText8.o \ rdpImageText16.o rdpImageGlyphBlt.o rdpPolyGlyphBlt.o rdpPushPixels.o -CFLAGS = -O2 -Wall -I/usr/include/xorg -I/usr/include/pixman-1 +CFLAGS = -O2 -Wall -fPIC -I/usr/include/xorg -I/usr/include/pixman-1 LDFLAGS = |