aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/os/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-11-25 08:50:29 +0100
committermarha <marha@users.sourceforge.net>2011-11-25 08:50:29 +0100
commitc1296df0ebe19a8e90fb7d7f0135d7034f16a76d (patch)
tree61bf00edaedcb81268aebad7ef08d120a732638e /xorg-server/os/makefile
parent5455653b290af2a0bc81d21ce37d18d0dd55286e (diff)
downloadvcxsrv-c1296df0ebe19a8e90fb7d7f0135d7034f16a76d.tar.gz
vcxsrv-c1296df0ebe19a8e90fb7d7f0135d7034f16a76d.tar.bz2
vcxsrv-c1296df0ebe19a8e90fb7d7f0135d7034f16a76d.zip
Solved missing compilation of strndup.c
Diffstat (limited to 'xorg-server/os/makefile')
-rw-r--r--xorg-server/os/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/os/makefile b/xorg-server/os/makefile
index 1c638d4a1..b7fdc12b1 100644
--- a/xorg-server/os/makefile
+++ b/xorg-server/os/makefile
@@ -12,6 +12,7 @@ SECURERPC_SRCS = rpcauth.c
XDMCP_SRCS = xdmcp.c
STRLCAT_SRCS = strlcat.c strlcpy.c
XORG_SRCS = log.c
+STRNDUP_SRCS = strndup.c
libos_la_SOURCES = \
WaitFor.c \