diff options
author | marha <marha@users.sourceforge.net> | 2012-01-24 09:11:11 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-24 09:11:11 +0100 |
commit | b808b3ba8bb93f16004c206841c97bc824f7fb62 (patch) | |
tree | b15f657e194e4eea1d49cbb827824e43abedbb33 /apps/common/makefile | |
parent | e3a6ca7bffc785a13361efdbf81ef4776c050df0 (diff) | |
download | vcxsrv-b808b3ba8bb93f16004c206841c97bc824f7fb62.tar.gz vcxsrv-b808b3ba8bb93f16004c206841c97bc824f7fb62.tar.bz2 vcxsrv-b808b3ba8bb93f16004c206841c97bc824f7fb62.zip |
xauth now compiles
Diffstat (limited to 'apps/common/makefile')
-rw-r--r-- | apps/common/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/common/makefile b/apps/common/makefile new file mode 100644 index 000000000..e261f52c9 --- /dev/null +++ b/apps/common/makefile @@ -0,0 +1,3 @@ +LIBRARY = common + +CSRCS = inet.c |