11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
--- Imakefile.orig 2002-04-30 15:07:08.000000000 +0200
|
|
+++ Imakefile 2003-11-18 22:38:50.000000000 +0100
|
|
@@ -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.'
|