summaryrefslogtreecommitdiffstats
path: root/libvncauth/Imakefile
diff options
context:
space:
mode:
authordscho <dscho>2001-09-25 12:42:40 +0000
committerdscho <dscho>2001-09-25 12:42:40 +0000
commit1342b7e17844edf3bc57eba531f59178ece2f365 (patch)
tree2b50e06bbef1fba59deb4c5f33f88d1665d1ffcc /libvncauth/Imakefile
parent38cbc4b783f6935e2f2d0b2fa4395d9fe5c007a7 (diff)
downloadlibtdevnc-1342b7e17844edf3bc57eba531f59178ece2f365.tar.gz
libtdevnc-1342b7e17844edf3bc57eba531f59178ece2f365.zip
permanently moved authorization
Diffstat (limited to 'libvncauth/Imakefile')
-rw-r--r--libvncauth/Imakefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/libvncauth/Imakefile b/libvncauth/Imakefile
deleted file mode 100644
index 2e100a6..0000000
--- a/libvncauth/Imakefile
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#ifdef SunArchitecture
-CC = gcc
-CCOPTIONS =
-CDEBUGFLAGS = -O2
-#endif
-
-SRCS = vncauth.c d3des.c
-
-OBJS = vncauth.o d3des.o
-
-INCLUDES = -I. -I../include
-
-NormalLibraryTarget(vncauth,$(OBJS))
-
-DependTarget()