put Java sources in distribution
authorTom Tromey <tromey@redhat.com>
Fri, 20 Mar 1998 07:27:40 +0000 (07:27 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 20 Mar 1998 07:27:40 +0000 (07:27 +0000)
ChangeLog
automake.in

index 5ea0d0e..c2d327a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Mar 20 00:26:10 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * automake.in (handle_java): Put Java sources in distribution.
+
 Thu Mar 19 01:33:35 1998  Tom Tromey  <tromey@cygnus.com>
 
        * automake.in (handle_java): Put JAVACFLAGS after -d option.  From
index 450332c..329e699 100755 (executable)
@@ -3913,6 +3913,7 @@ sub handle_java
                      . "\t" . 'echo timestamp > class' . $dir . '.stamp'
                      . "\n");
     push (@all, 'class' . $dir . '.stamp');
+    &push_dist_common ($dir . '_JAVA');
 }
 
 # Handle some of the minor options.