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.
27 lines
562 B
27 lines
562 B
AM_CPPFLAGS = -I$(top_srcdir) |
|
LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@ |
|
|
|
if OSX |
|
MAC=mac |
|
mac_LDFLAGS=-framework ApplicationServices -framework Carbon -framework IOKit |
|
endif |
|
|
|
if ANDROID |
|
SUBDIRS=android |
|
endif |
|
|
|
if WITH_TIGHTVNC_FILETRANSFER |
|
FILETRANSFER=filetransfer |
|
endif |
|
|
|
if HAVE_LIBPTHREAD |
|
BLOOPTEST=blooptest |
|
endif |
|
|
|
noinst_HEADERS=radon.h rotatetemplate.c |
|
|
|
noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \ |
|
vncev storepasswd colourmaptest simple simple15 $(MAC) \ |
|
$(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate \ |
|
zippy repeater |
|
|
|
|