]> git.proxmox.com Git - vncterm.git/blobdiff - Makefile
re-enable javascript-events.patch
[vncterm.git] / Makefile
index e4246cf64ce232b21979cd1c58aac70024e954f6..debc1a26c437a6c6af812af0be35d109729605d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ RELEASE=3.0
 PACKAGE=vncterm
 # Note: also change version in debian/control and debian/changelog
 VERSION=1.1
-PACKAGERELEASE=1
+PACKAGERELEASE=2
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 CDATE:=$(shell date +%F)
 
@@ -41,6 +41,7 @@ vncterm: vncterm.c glyphs.h ${VNCLIB}
        gcc -O2 -g -o $@ vncterm.c -Wall -D_GNU_SOURCE -I ${VNCDIR} ${VNCLIB} -lnsl -lpthread -lz -ljpeg -lutil -lgnutls
 
 jar: tigervnc.org
+       if test ! -f /usr/share/icedtea-web/plugin.jar; then echo "please install package icedtea-netx-common"; exit 1; fi
        rm -rf tigervnc VncViewer.jar
        rsync -av --exclude .svn --exclude .svnignore  tigervnc.org/ tigervnc
        ln -s ../tigerpatches tigervnc/patches