diff options
author | marha <marha@users.sourceforge.net> | 2009-10-11 19:02:38 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-11 19:02:38 +0000 |
commit | 6b4cfac5a67f87884a525ce2c99f30e0060b3ca7 (patch) | |
tree | 0b7068a671390a9241b131225ef22107e4183259 /xorg-server/miext/rootless/makefile | |
parent | 5d30999c0fed9919ec9c55d87d84665f79d51ca2 (diff) | |
download | vcxsrv-6b4cfac5a67f87884a525ce2c99f30e0060b3ca7.tar.gz vcxsrv-6b4cfac5a67f87884a525ce2c99f30e0060b3ca7.tar.bz2 vcxsrv-6b4cfac5a67f87884a525ce2c99f30e0060b3ca7.zip |
Now rootless dir compiles.
Diffstat (limited to 'xorg-server/miext/rootless/makefile')
-rw-r--r-- | xorg-server/miext/rootless/makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xorg-server/miext/rootless/makefile b/xorg-server/miext/rootless/makefile new file mode 100644 index 000000000..4ad30b75e --- /dev/null +++ b/xorg-server/miext/rootless/makefile @@ -0,0 +1,9 @@ +LIBRARY=librootless + +CSRCS = \ + rootlessCommon.c \ + rootlessGC.c \ + rootlessScreen.c \ + rootlessValTree.c +# rootlessWindow.c + |