diff options
author | dscho <dscho> | 2001-10-07 03:49:02 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-10-07 03:49:02 +0000 |
commit | a7d66f23a2bfe066a1cc854cb588d701d1165e2c (patch) | |
tree | 9fb004a2cb73097498c4f81a94b8da73e91a4a8c /Makefile | |
parent | 87c12192da6d0742988e2f95384a2dd78a2d5671 (diff) | |
download | libvncserver-a7d66f23a2bfe066a1cc854cb588d701d1165e2c.zip libvncserver-a7d66f23a2bfe066a1cc854cb588d701d1165e2c.tar.gz |
fixed 24bit (update was garbled)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |