Commit 57b0e4f4 authored by Brian Bidulock's avatar Brian Bidulock Committed by Christian Beier

Rename obsolete INCLUDES to AM_CPPFLAGS

parent fdf5f887
INCLUDES = -I$(top_srcdir)
AM_CPPFLAGS = -I$(top_srcdir)
LDADD = ../libvncclient/libvncclient.la @WSOCKLIB@
if WITH_FFMPEG
......
INCLUDES = -I$(top_srcdir)
AM_CPPFLAGS = -I$(top_srcdir)
LDADD = ../libvncserver/libvncserver.la @WSOCKLIB@
if OSX
......
INCLUDES = -I$(top_srcdir)
AM_CPPFLAGS = -I$(top_srcdir)
LDADD = $(top_srcdir)/libvncserver/libvncserver.la @WSOCKLIB@
noinst_PROGRAMS=androidvncserver
......
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/common
if HAVE_GNUTLS
TLSSRCS = tls_gnutls.c
......
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/common
if WITH_TIGHTVNC_FILETRANSFER
TIGHTVNCFILETRANSFERHDRS=tightvnc-filetransfer/filelistinfo.h \
......
......@@ -9,7 +9,7 @@ tjbench_SOURCES=tjbench.c ../common/turbojpeg.c ../common/turbojpeg.h \
tjbench_LDADD=$(LDADD) -lm
endif
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/common
LDADD = ../libvncserver/libvncserver.la ../libvncclient/libvncclient.la @WSOCKLIB@
if HAVE_LIBPTHREAD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment