summaryrefslogtreecommitdiffstats
path: root/libvncauth/Makefile
diff options
context:
space:
mode:
authordscho <dscho>2001-08-01 11:52:01 +0000
committerdscho <dscho>2001-08-01 11:52:01 +0000
commit757fdc2454a97890c119cca8662b8d1763265e9a (patch)
tree44256826d7aafaa816041a18fa0405097f2ed4cd /libvncauth/Makefile
downloadlibtdevnc-757fdc2454a97890c119cca8662b8d1763265e9a.tar.gz
libtdevnc-757fdc2454a97890c119cca8662b8d1763265e9a.zip
Initial revision
Diffstat (limited to 'libvncauth/Makefile')
-rw-r--r--libvncauth/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/libvncauth/Makefile b/libvncauth/Makefile
new file mode 100644
index 0000000..2781222
--- /dev/null
+++ b/libvncauth/Makefile
@@ -0,0 +1,9 @@
+OBJS=vncauth.o d3des.o
+
+CFLAGS=-I.
+
+all: libvncauth.a
+
+libvncauth.a: $(OBJS)
+ $(AR) clq $@ $(OBJS)
+