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
b9ebdab1
Commit
b9ebdab1
authored
Jul 28, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug flags
parent
cc250a1e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
Makefile.am
Makefile.am
+2
-0
Makefile.in
Makefile.in
+2
-1
Makefile.am
examples/Makefile.am
+1
-1
Makefile.in
examples/Makefile.in
+1
-1
No files found.
Makefile.am
View file @
b9ebdab1
CFLAGS
=
-g
SUBDIRS
=
.
examples contrib vncterm classes
DIST_SUBDIRS
=
examples contrib vncterm classes
...
...
Makefile.in
View file @
b9ebdab1
...
...
@@ -77,6 +77,8 @@ install_sh = @install_sh@
includedir
=
$(prefix)
/include/rfb
CFLAGS
=
-g
SUBDIRS
=
.
examples contrib vncterm classes
DIST_SUBDIRS
=
examples contrib vncterm classes
...
...
@@ -171,7 +173,6 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
CFLAGS
=
@CFLAGS@
CXXCOMPILE
=
$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
\
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
CXXLD
=
$(CXX)
...
...
examples/Makefile.am
View file @
b9ebdab1
CFLAGS
=
-I
..
CFLAGS
=
-I
..
-g
-Wall
if
HAVE_LIBPTHREAD
BACKGROUND_TEST
=
blooptest
...
...
examples/Makefile.in
View file @
b9ebdab1
...
...
@@ -76,7 +76,7 @@ am__include = @am__include@
am__quote
=
@am__quote@
install_sh
=
@install_sh@
CFLAGS
=
-I
..
CFLAGS
=
-I
..
-g
-Wall
@HAVE_LIBPTHREAD_TRUE@
BACKGROUND_TEST
=
blooptest
...
...
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