summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--classes/Makefile.am2
-rw-r--r--configure.ac1
3 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 49277b4..d4a5e81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS=. examples contrib vncterm
-DIST_SUBDIRS=examples contrib vncterm
+SUBDIRS=. examples contrib vncterm classes
+DIST_SUBDIRS=examples contrib vncterm classes
bin_SCRIPTS = libvncserver-config
diff --git a/classes/Makefile.am b/classes/Makefile.am
new file mode 100644
index 0000000..7b74396
--- /dev/null
+++ b/classes/Makefile.am
@@ -0,0 +1,2 @@
+EXTRA_DIST=VncViewer.jar index.vnc javaviewer.pseudo_proxy.patch
+
diff --git a/configure.ac b/configure.ac
index 6954429..daa8594 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,6 +121,7 @@ AC_CONFIG_FILES([Makefile
contrib/Makefile
examples/Makefile
vncterm/Makefile
+ classes/Makefile
libvncserver.spec
libvncserver-config])
AC_OUTPUT