11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
--- Imakefile.orig Wed May 22 23:19:15 2002
|
|
+++ Imakefile Wed May 22 23:20:03 2002
|
|
@@ -11,6 +11,7 @@
|
|
@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.'
|