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
fbf2c977
Commit
fbf2c977
authored
Jan 17, 2002
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compile warning fix, dependency on 1instance.c
parent
4d7ecfb8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
1instance.c
1instance.c
+1
-0
Makefile
Makefile
+4
-0
No files found.
1instance.c
View file @
fbf2c977
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
#include <errno.h>
#include <errno.h>
#include <string.h>
#include <string.h>
#include <unistd.h>
#include <unistd.h>
#include <stdio.h>
typedef
struct
{
typedef
struct
{
char
*
filename
;
/* this file is the pipe (set by user) */
char
*
filename
;
/* this file is the pipe (set by user) */
...
...
Makefile
View file @
fbf2c977
...
@@ -54,9 +54,13 @@ example: example.o libvncserver.a
...
@@ -54,9 +54,13 @@ example: example.o libvncserver.a
pnmshow
:
pnmshow.o libvncserver.a
pnmshow
:
pnmshow.o libvncserver.a
$(CC)
-o
pnmshow pnmshow.o
$(LIBS)
$(CC)
-o
pnmshow pnmshow.o
$(LIBS)
mac.o
:
mac.c 1instance.c
OSXvnc-server
:
mac.o libvncserver.a
OSXvnc-server
:
mac.o libvncserver.a
$(CC)
-o
OSXvnc-server mac.o
$(LIBS)
$(OSX_LIBS)
$(CC)
-o
OSXvnc-server mac.o
$(LIBS)
$(OSX_LIBS)
x11vnc.o
:
x11vnc.c 1instance.c
x11vnc
:
x11vnc.o libvncserver.a
x11vnc
:
x11vnc.o libvncserver.a
$(CC)
-o
x11vnc x11vnc.o libvncserver.a
-lz
-ljpeg
$(XLIBS)
$(CC)
-o
x11vnc x11vnc.o libvncserver.a
-lz
-ljpeg
$(XLIBS)
...
...
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