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/xrdpmouse/Makefile | |
parent | b001b9432aef7642a64bdb84dcd0964ea72a1531 (diff) | |
download | xrdp-proprietary-147ace738233435408df18415c7d802631f7fecc.tar.gz xrdp-proprietary-147ace738233435408df18415c7d802631f7fecc.zip |
xorg: work on xorg driver
Diffstat (limited to 'xorg/server/xrdpmouse/Makefile')
-rw-r--r-- | xorg/server/xrdpmouse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg/server/xrdpmouse/Makefile b/xorg/server/xrdpmouse/Makefile index dfcabc88..905308ad 100644 --- a/xorg/server/xrdpmouse/Makefile +++ b/xorg/server/xrdpmouse/Makefile @@ -1,7 +1,8 @@ OBJS = rdpMouse.o -CFLAGS = -g -O2 -Wall -fPIC -I/usr/include/xorg -I/usr/include/pixman-1 -I../module +CFLAGS = -g -O2 -Wall -fPIC -I/usr/include/xorg -I/usr/include/pixman-1 \ +-I../module -I../../../common LDFLAGS = |