summaryrefslogtreecommitdiffstats
path: root/libvncserver/tightvnc-filetransfer/Makefile.am
blob: 00e44dae1e44563437881c74a1ab794744c84284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_CFLAGS=-g -Wall -I $(top_srcdir)

includedir=$(prefix)/include/rfb

noinst_HEADERS=filelistinfo.h  filetransfermsg.h \
	handlefiletransferrequest.h  rfbtightproto.h

LIB_SRCS = rfbtightserver.c handlefiletransferrequest.c filetransfermsg.c \
	filelistinfo.c

tightvnc_filetransfer_a_SOURCES=$(LIB_SRCS)

lib_LIBRARIES=tightvnc-filetransfer.a


OpenPOWER on IntegriCloud