aboutsummaryrefslogtreecommitdiff
path: root/libXdmcp/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libXdmcp/makefile')
-rw-r--r--libXdmcp/makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/libXdmcp/makefile b/libXdmcp/makefile
new file mode 100644
index 000000000..d1ca6f54f
--- /dev/null
+++ b/libXdmcp/makefile
@@ -0,0 +1,15 @@
+LIBRARY = libXdmcp
+
+INCLUDES := $(MHMAKECONF)\xdmcp\build $(INCLUDES)
+
+CSRCS = \
+ Array.c \
+ Fill.c \
+ Flush.c \
+ Key.c \
+ Read.c \
+ Unwrap.c \
+ Wrap.c \
+ Wraphelp.c \
+ Write.c
+