11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
--- Imakefile.orig Tue Apr 30 07:07:30 2002
|
|
+++ Imakefile Sat Jan 4 13:19:29 2003
|
|
@@ -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.'
|