diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-07-12 22:30:20 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-07-12 22:30:20 -0700 |
commit | 7862f87410318fc39333c453a7e037d94dae1cdf (patch) | |
tree | e8c33696f2a777ed2e7fbae34e588644dcb78ee5 /xorg/server/xrdpdev/Makefile | |
parent | 4b58f943a99a5f885dba36d095d954b4bedc2499 (diff) | |
download | xrdp-proprietary-7862f87410318fc39333c453a7e037d94dae1cdf.tar.gz xrdp-proprietary-7862f87410318fc39333c453a7e037d94dae1cdf.zip |
xorg: work on Xorg driver
Diffstat (limited to 'xorg/server/xrdpdev/Makefile')
-rw-r--r-- | xorg/server/xrdpdev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/server/xrdpdev/Makefile b/xorg/server/xrdpdev/Makefile index 920e7a55..1e97b94f 100644 --- a/xorg/server/xrdpdev/Makefile +++ b/xorg/server/xrdpdev/Makefile @@ -1,7 +1,7 @@ OBJS = xrdpdev.o -CFLAGS = -O2 -Wall -I/usr/include/xorg -I/usr/include/pixman-1 +CFLAGS = -O2 -Wall -I/usr/include/xorg -I/usr/include/pixman-1 -I../module LDFLAGS = |