blob: 6e9d0c3b8184e635693d87da82967fa78fa53779 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Imakefile.orig 2002-04-30 13:07:31 UTC
+++ Imakefile
@@ -11,6 +11,7 @@ World:
@echo Built $(SUBDIRS).
@echo 'To build Xvnc, do "cd Xvnc", followed by "./configure" then "make"'
@echo ""
+ ( cd Xvnc && ./configure && make )
libs:
@echo 'No libraries included.'
|