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
effe81e3
Commit
effe81e3
authored
Jan 12, 2009
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac, CMakeLists.txt: set LibVNCServer version to 0.9.7
parent
a774823b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
CMakeLists.txt
CMakeLists.txt
+1
-1
ChangeLog
ChangeLog
+4
-1
configure.ac
configure.ac
+2
-2
No files found.
CMakeLists.txt
View file @
effe81e3
...
@@ -6,7 +6,7 @@ include(TestBigEndian)
...
@@ -6,7 +6,7 @@ include(TestBigEndian)
set
(
PACKAGE_NAME
"LibVNCServer"
)
set
(
PACKAGE_NAME
"LibVNCServer"
)
set
(
FULL_PACKAGE_NAME
"LibVNCServer"
)
set
(
FULL_PACKAGE_NAME
"LibVNCServer"
)
set
(
PACKAGE_VERSION
"0.9.
2
"
)
set
(
PACKAGE_VERSION
"0.9.
7
"
)
set
(
PROJECT_BUGREPORT_PATH
"http://sourceforge.net/projects/libvncserver"
)
set
(
PROJECT_BUGREPORT_PATH
"http://sourceforge.net/projects/libvncserver"
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
${
CMAKE_BINARY_DIR
}
${
CMAKE_SOURCE_DIR
}
/libvncserver
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
${
CMAKE_BINARY_DIR
}
${
CMAKE_SOURCE_DIR
}
/libvncserver
)
...
...
ChangeLog
View file @
effe81e3
2007-09-04 Karl Runge <runge@karlrunge.com>
2009-01-04 Karl Runge <runge@karlrunge.com>
* configure.ac, CMakeLists.txt: set LibVNCServer version to 0.9.7
2009-01-04 Karl Runge <runge@karlrunge.com>
* prepare_x11vnc_dist.sh: fix SUBDIRS and DIST_SUBDIRS when using
* prepare_x11vnc_dist.sh: fix SUBDIRS and DIST_SUBDIRS when using
--with-system-libvncserver
--with-system-libvncserver
...
...
configure.ac
View file @
effe81e3
# Process this file with autoconf to produce a configure script.
# Process this file with autoconf to produce a configure script.
AC_INIT(LibVNCServer, 0.9.
2
, http://sourceforge.net/projects/libvncserver)
AC_INIT(LibVNCServer, 0.9.
7
, http://sourceforge.net/projects/libvncserver)
AM_INIT_AUTOMAKE(LibVNCServer, 0.9.
2
)
AM_INIT_AUTOMAKE(LibVNCServer, 0.9.
7
)
AM_CONFIG_HEADER(rfbconfig.h)
AM_CONFIG_HEADER(rfbconfig.h)
AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])
AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])
...
...
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