diff options
author | dscho <dscho> | 2003-07-10 09:07:38 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-07-10 09:07:38 +0000 |
commit | ebc250a946ab47cf2cd685b7ff8896a12c5ed89b (patch) | |
tree | 3965c866411a4d7a1132fa97b23c2ff9073d5a9b | |
parent | 13637517681312bd7617bddf96172e4eda88d1ae (diff) | |
download | libtdevnc-ebc250a946ab47cf2cd685b7ff8896a12c5ed89b.tar.gz libtdevnc-ebc250a946ab47cf2cd685b7ff8896a12c5ed89b.zip |
also distribute classes/ directory
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | classes/Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
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 |