Commit d65cf999 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: vncserver, just compile the client part to speed up compilation

parent f7a51fbe
......@@ -19,5 +19,5 @@ vncserver: LibVNCServer-$(VNCSERVER_VERSION).tar.gz .sum-vncserver
.vncserver: vncserver
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) && $(MAKE) install
cd $< && $(MAKE) -C libvncclient install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment