summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordscho <dscho>2001-10-07 03:49:02 +0000
committerdscho <dscho>2001-10-07 03:49:02 +0000
commita7d66f23a2bfe066a1cc854cb588d701d1165e2c (patch)
tree9fb004a2cb73097498c4f81a94b8da73e91a4a8c /Makefile
parent87c12192da6d0742988e2f95384a2dd78a2d5671 (diff)
downloadlibtdevnc-a7d66f23a2bfe066a1cc854cb588d701d1165e2c.tar.gz
libtdevnc-a7d66f23a2bfe066a1cc854cb588d701d1165e2c.zip
fixed 24bit (update was garbled)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b0d8eca..68b4075 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,8 @@ libvncserver.a: $(OBJS)
$(AR) cru $@ $(OBJS)
$(RANLIB) $@
+translate.o: translate.c tableinit24.c tableinitcmtemplate.c tableinittctemplate.c tabletrans24template.c tabletranstemplate.c
+
example: example.o libvncserver.a
$(CC) -o example example.o $(LIBS)