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
73d943b3
Commit
73d943b3
authored
Feb 10, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed dependecy to libvncserver.a; if the lib is newer, the programs are relinked
parent
8305a499
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.am
contrib/Makefile.am
+1
-1
Makefile.am
examples/Makefile.am
+1
-1
Makefile.am
vncterm/Makefile.am
+1
-1
No files found.
contrib/Makefile.am
View file @
73d943b3
LDADD
=
-L
..
-lvncserver
LDADD
=
../libvncserver.a
noinst_PROGRAMS
=
zippy
...
...
examples/Makefile.am
View file @
73d943b3
...
...
@@ -12,5 +12,5 @@ noinst_HEADERS=radon.h
noinst_PROGRAMS
=
example pnmshow regiontest pnmshow24 fontsel
\
vncev storepasswd colourmaptest
$(BACKGROUND_TEST)
$(MAC)
LDADD
=
-L
..
-lvncserver
LDADD
=
../libvncserver.a
vncterm/Makefile.am
View file @
73d943b3
...
...
@@ -2,7 +2,7 @@ CONSOLE_SRCS=VNConsole.c
noinst_HEADERS
=
VNConsole.h vga.h
LDADD
=
-L
..
-lvncserver
LDADD
=
../libvncserver.a
INCLUDES
=
-I
.
-I
../include
if
LINUX
...
...
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