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
c8fc0ad5
Commit
c8fc0ad5
authored
Mar 10, 2011
by
Christian Beier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move zippy.c to examples.
parent
cf72a0f7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
11 deletions
+4
-11
Makefile.am
Makefile.am
+2
-2
configure.ac
configure.ac
+0
-1
Makefile.am
contrib/Makefile.am
+0
-7
Makefile.am
examples/Makefile.am
+2
-1
zippy.c
examples/zippy.c
+0
-0
No files found.
Makefile.am
View file @
c8fc0ad5
...
...
@@ -2,8 +2,8 @@ if WITH_X11VNC
X11VNC
=
x11vnc
endif
SUBDIRS
=
libvncserver examples
contrib
libvncclient vncterm classes client_examples
test
$(X11VNC)
DIST_SUBDIRS
=
libvncserver examples
contrib
libvncclient vncterm classes client_examples
test
SUBDIRS
=
libvncserver examples libvncclient vncterm classes client_examples
test
$(X11VNC)
DIST_SUBDIRS
=
libvncserver examples libvncclient vncterm classes client_examples
test
EXTRA_DIST
=
CMakeLists.txt
bin_SCRIPTS
=
libvncserver-config
...
...
configure.ac
View file @
c8fc0ad5
...
...
@@ -830,7 +830,6 @@ AC_SUBST(RPMSOURCEDIR)
AC_CONFIG_FILES([Makefile
libvncserver/Makefile
contrib/Makefile
examples/Makefile
vncterm/Makefile
classes/Makefile
...
...
contrib/Makefile.am
deleted
100644 → 0
View file @
cf72a0f7
INCLUDES
=
-I
$(top_srcdir)
LDADD
=
../libvncserver/libvncserver.la @WSOCKLIB@
noinst_PROGRAMS
=
zippy
zippy_SOURCES
=
zippy.c
examples/Makefile.am
View file @
c8fc0ad5
...
...
@@ -18,5 +18,6 @@ noinst_HEADERS=radon.h rotatetemplate.c
noinst_PROGRAMS
=
example pnmshow regiontest pnmshow24 fontsel
\
vncev storepasswd colourmaptest simple simple15
$(MAC)
\
$(FILETRANSFER)
backchannel
$(BLOOPTEST)
camera rotate
$(FILETRANSFER)
backchannel
$(BLOOPTEST)
camera rotate
\
zippy
contrib
/zippy.c
→
examples
/zippy.c
View file @
c8fc0ad5
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