You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
347 B
16 lines
347 B
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
|
|
|
|
|