aboutsummaryrefslogtreecommitdiff
path: root/libXau
diff options
context:
space:
mode:
Diffstat (limited to 'libXau')
-rw-r--r--libXau/makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/libXau/makefile b/libXau/makefile
new file mode 100644
index 000000000..0edc833b2
--- /dev/null
+++ b/libXau/makefile
@@ -0,0 +1,11 @@
+LIBRARY = libXau
+
+CSRCS = AuDispose.c \
+ AuFileName.c \
+ AuGetAddr.c \
+ AuGetBest.c \
+ AuLock.c \
+ AuRead.c \
+ AuUnlock.c \
+ AuWrite.c
+