summaryrefslogtreecommitdiff
path: root/packages/vnc/tightvnc/Makefile
blob: a684e9c987b7f01d3fe0b288cb2a6b0b6270e582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SOURCES = argsresources.c \
caps.c \
colour.c \
cursor.c \
desktop.c \
dialogs.c \
fullscreen.c \
listen.c \
misc.c \
popup.c \
rfbproto.c \
selection.c \
shm.c \
sockets.c \
tunnel.c \
vncviewer.c \
../libvncauth/vncauth.c \
../libvncauth/d3des.c

tightvncviewer : $(SOURCES)
	$(CC) $(CFLAGS) $(LDFLAGS) -I. -I../include -I../libvncauth/ -lX11 -lXaw -ljpeg -lz -o tightvncviewer $(SOURCES)