Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
57b0e4f4
Commit
57b0e4f4
authored
Oct 02, 2014
by
Brian Bidulock
Committed by
Christian Beier
Oct 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename obsolete INCLUDES to AM_CPPFLAGS
parent
fdf5f887
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
Makefile.am
client_examples/Makefile.am
+1
-1
Makefile.am
examples/Makefile.am
+1
-1
Makefile.am
examples/android/Makefile.am
+1
-1
Makefile.am
libvncclient/Makefile.am
+1
-1
Makefile.am
libvncserver/Makefile.am
+1
-1
Makefile.am
test/Makefile.am
+1
-1
No files found.
client_examples/Makefile.am
View file @
57b0e4f4
INCLUDE
S
=
-I
$(top_srcdir)
AM_CPPFLAG
S
=
-I
$(top_srcdir)
LDADD
=
../libvncclient/libvncclient.la @WSOCKLIB@
LDADD
=
../libvncclient/libvncclient.la @WSOCKLIB@
if
WITH_FFMPEG
if
WITH_FFMPEG
...
...
examples/Makefile.am
View file @
57b0e4f4
INCLUDE
S
=
-I
$(top_srcdir)
AM_CPPFLAG
S
=
-I
$(top_srcdir)
LDADD
=
../libvncserver/libvncserver.la @WSOCKLIB@
LDADD
=
../libvncserver/libvncserver.la @WSOCKLIB@
if
OSX
if
OSX
...
...
examples/android/Makefile.am
View file @
57b0e4f4
INCLUDE
S
=
-I
$(top_srcdir)
AM_CPPFLAG
S
=
-I
$(top_srcdir)
LDADD
=
$(top_srcdir)
/libvncserver/libvncserver.la @WSOCKLIB@
LDADD
=
$(top_srcdir)
/libvncserver/libvncserver.la @WSOCKLIB@
noinst_PROGRAMS
=
androidvncserver
noinst_PROGRAMS
=
androidvncserver
...
...
libvncclient/Makefile.am
View file @
57b0e4f4
INCLUDE
S
=
-I
$(top_srcdir)
-I
$(top_srcdir)
/common
AM_CPPFLAG
S
=
-I
$(top_srcdir)
-I
$(top_srcdir)
/common
if
HAVE_GNUTLS
if
HAVE_GNUTLS
TLSSRCS
=
tls_gnutls.c
TLSSRCS
=
tls_gnutls.c
...
...
libvncserver/Makefile.am
View file @
57b0e4f4
INCLUDE
S
=
-I
$(top_srcdir)
-I
$(top_srcdir)
/common
AM_CPPFLAG
S
=
-I
$(top_srcdir)
-I
$(top_srcdir)
/common
if
WITH_TIGHTVNC_FILETRANSFER
if
WITH_TIGHTVNC_FILETRANSFER
TIGHTVNCFILETRANSFERHDRS
=
tightvnc-filetransfer/filelistinfo.h
\
TIGHTVNCFILETRANSFERHDRS
=
tightvnc-filetransfer/filelistinfo.h
\
...
...
test/Makefile.am
View file @
57b0e4f4
...
@@ -9,7 +9,7 @@ tjbench_SOURCES=tjbench.c ../common/turbojpeg.c ../common/turbojpeg.h \
...
@@ -9,7 +9,7 @@ tjbench_SOURCES=tjbench.c ../common/turbojpeg.c ../common/turbojpeg.h \
tjbench_LDADD
=
$(LDADD)
-lm
tjbench_LDADD
=
$(LDADD)
-lm
endif
endif
INCLUDE
S
=
-I
$(top_srcdir)
-I
$(top_srcdir)
/common
AM_CPPFLAG
S
=
-I
$(top_srcdir)
-I
$(top_srcdir)
/common
LDADD
=
../libvncserver/libvncserver.la ../libvncclient/libvncclient.la @WSOCKLIB@
LDADD
=
../libvncserver/libvncserver.la ../libvncclient/libvncclient.la @WSOCKLIB@
if
HAVE_LIBPTHREAD
if
HAVE_LIBPTHREAD
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment