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
344264da
Commit
344264da
authored
Feb 09, 2015
by
Peter Spiess-Knafl
Committed by
Christian Beier
Feb 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set autotools SOVERSION.
parent
069f8a28
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile.am
libvncclient/Makefile.am
+1
-1
Makefile.am
libvncserver/Makefile.am
+1
-0
No files found.
libvncclient/Makefile.am
View file @
344264da
...
...
@@ -25,5 +25,5 @@ EXTRA_DIST=corre.c hextile.c rre.c tight.c zlib.c zrle.c ultra.c tls_gnutls.c tl
$(libvncclient_la_OBJECTS)
:
../rfb/rfbclient.h
lib_LTLIBRARIES
=
libvncclient.la
libvncclient_la_LDFLAGS
=
-version-info
1:0:0
libvncserver/Makefile.am
View file @
344264da
...
...
@@ -61,6 +61,7 @@ libvncserver_la_SOURCES=$(LIB_SRCS)
libvncserver_la_LIBADD
=
$(WEBSOCKETSSSLLIBS)
lib_LTLIBRARIES
=
libvncserver.la
libvncserver_la_LDFLAGS
=
-version-info
1:0:0
if
HAVE_RPM
$(PACKAGE)-$(VERSION).tar.gz
:
dist
...
...
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