summaryrefslogtreecommitdiffstats
path: root/libvncauth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvncauth/Makefile')
-rw-r--r--libvncauth/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/libvncauth/Makefile b/libvncauth/Makefile
deleted file mode 100644
index 2781222..0000000
--- a/libvncauth/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-OBJS=vncauth.o d3des.o
-
-CFLAGS=-I.
-
-all: libvncauth.a
-
-libvncauth.a: $(OBJS)
- $(AR) clq $@ $(OBJS)
-