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
e22be663
Commit
e22be663
authored
Feb 18, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved include/ to rfb/
parent
5ef5c81e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
6 additions
and
10 deletions
+6
-10
Makefile.am
Makefile.am
+4
-3
configure.ac
configure.ac
+2
-2
.cvsignore
include/.cvsignore
+0
-5
default8x16.h
rfb/default8x16.h
+0
-0
keysym.h
rfb/keysym.h
+0
-0
rfb.h
rfb/rfb.h
+0
-0
rfbproto.h
rfb/rfbproto.h
+0
-0
rfbregion.h
rfb/rfbregion.h
+0
-0
No files found.
Makefile.am
View file @
e22be663
...
...
@@ -3,10 +3,11 @@ DIST_SUBDIRS=examples contrib vncterm
bin_SCRIPTS
=
libvncserver-config
include_HEADERS
=
include/rfb.h include/rfbconfig.h include/rfbint.h include/rfbproto.h
\
include/keysym.h include/rfbregion.h
include_HEADERS
=
nobase_include_HEADERS
=
rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h
\
rfb/keysym.h rfb/rfbregion.h
noinst_HEADERS
=
d3des.h zrleDecode.h zrleEncode.h
include
/default8x16.h
\
noinst_HEADERS
=
d3des.h zrleDecode.h zrleEncode.h
rfb
/default8x16.h
\
rdr/Exception.h rdr/FdInStream.h rdr/FdOutStream.h
\
rdr/FixedMemOutStream.h rdr/InStream.h rdr/MemInStream.h
\
rdr/MemOutStream.h rdr/NullOutStream.h rdr/OutStream.h
\
...
...
configure.ac
View file @
e22be663
# Process this file with autoconf to produce a configure script.
AC_INIT(LibVNCServer, 0.6pre, http://sourceforge.net/projects/libvncserver)
AM_INIT_AUTOMAKE(LibVNCServer, 0.6pre)
AM_CONFIG_HEADER([
include
/rfbconfig.h])
AM_CONFIG_HEADER([
rfb
/rfbconfig.h])
# Checks for programs.
AC_PROG_CC
...
...
@@ -84,7 +84,7 @@ AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_HEADER_SYS_WAIT
AC_TYPE_SOCKLEN_T
AC_CREATE_STDINT_H(
include
/rfbint.h)
AC_CREATE_STDINT_H(
rfb
/rfbint.h)
# Checks for library functions.
AC_FUNC_MALLOC
...
...
include/.cvsignore
deleted
100644 → 0
View file @
5ef5c81e
rfbconfig.h
rfbconfig.h.in
stamp-h*
rfbint.h
include
/default8x16.h
→
rfb
/default8x16.h
View file @
e22be663
File moved
include
/keysym.h
→
rfb
/keysym.h
View file @
e22be663
File moved
include
/rfb.h
→
rfb
/rfb.h
View file @
e22be663
File moved
include
/rfbproto.h
→
rfb
/rfbproto.h
View file @
e22be663
File moved
include
/rfbregion.h
→
rfb
/rfbregion.h
View file @
e22be663
File moved
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