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
0fb51681
Commit
0fb51681
authored
Feb 09, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small adjustments for autoconf/automake compatibility
parent
4f3ac987
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile.am
Makefile.am
+4
-4
configure.ac
configure.ac
+1
-1
No files found.
Makefile.am
View file @
0fb51681
...
@@ -19,15 +19,15 @@ ZRLE_SRCS=zrle.cxx rdr/FdInStream.cxx rdr/FdOutStream.cxx rdr/InStream.cxx \
...
@@ -19,15 +19,15 @@ ZRLE_SRCS=zrle.cxx rdr/FdInStream.cxx rdr/FdOutStream.cxx rdr/InStream.cxx \
EXTRA_DIST
=
tableinit24.c tableinittctemplate.c tabletranstemplate.c
\
EXTRA_DIST
=
tableinit24.c tableinittctemplate.c tabletranstemplate.c
\
tableinitcmtemplate.c tabletrans24template.c
$(ZRLE_SRCS)
tableinitcmtemplate.c tabletrans24template.c
$(ZRLE_SRCS)
LIB_S
OURCE
S
=
main.c rfbserver.c sraRegion.c auth.c sockets.c
\
LIB_S
RC
S
=
main.c rfbserver.c sraRegion.c auth.c sockets.c
\
stats.c corre.c hextile.c rre.c translate.c cutpaste.c
\
stats.c corre.c hextile.c rre.c translate.c cutpaste.c
\
zlib.c tight.c httpd.c cursor.c font.c
\
zlib.c tight.c httpd.c cursor.c font.c
\
draw.c selbox.c d3des.c vncauth.c cargs.c
draw.c selbox.c d3des.c vncauth.c cargs.c
if
HAVE_CXX
if
HAVE_CXX
libvncserver_a_SOURCES
=
$(LIB_S
OURCE
S)
$(ZRLE_SRCS)
libvncserver_a_SOURCES
=
$(LIB_S
RC
S)
$(ZRLE_SRCS)
else
else
libvncserver_a_SOURCES
=
$(LIB_S
OURCE
S)
libvncserver_a_SOURCES
=
$(LIB_S
RC
S)
endif
endif
lib_LIBRARIES
=
libvncserver.a
lib_LIBRARIES
=
libvncserver.a
...
@@ -36,7 +36,7 @@ if HAVE_RPM
...
@@ -36,7 +36,7 @@ if HAVE_RPM
$(PACKAGE)-$(VERSION).tar.gz
:
dist
$(PACKAGE)-$(VERSION).tar.gz
:
dist
# Rule to build RPM distribution package
# Rule to build RPM distribution package
rpm
:
$(PACKAGE)-$(VERSION).tar.gz
rpm
:
$(PACKAGE)-$(VERSION).tar.gz
libvncserver.spec
cp
$(PACKAGE)
-
$(VERSION)
.tar.gz @RPMSOURCEDIR@
cp
$(PACKAGE)
-
$(VERSION)
.tar.gz @RPMSOURCEDIR@
rpm
-ba
libvncserver.spec
rpm
-ba
libvncserver.spec
endif
endif
configure.ac
View file @
0fb51681
# Process this file with autoconf to produce a configure script.
# Process this file with autoconf to produce a configure script.
AC_INIT(LibVNCServer, 0.5, http://sourceforge.net/projects/libvncserver)
AC_INIT(LibVNCServer, 0.5, http://sourceforge.net/projects/libvncserver)
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE
(LibVNCServer, 0.5)
AM_CONFIG_HEADER([include/rfbconfig.h])
AM_CONFIG_HEADER([include/rfbconfig.h])
# Checks for programs.
# Checks for programs.
...
...
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