diff options
author | Mark Wielaard <mark@klomp.org> | 2004-08-01 21:31:11 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2004-08-01 21:31:11 +0000 |
commit | 9e4bac1508eb2b10e7c244c8eca7fa94847250c4 (patch) | |
tree | e6ae8c806137b4dc80cd50131ad3bc2508d81e08 /Makefile.am | |
parent | 61b14b381e9be23aada1a8cb38d6d3fdd1090d3b (diff) | |
download | classpath-9e4bac1508eb2b10e7c244c8eca7fa94847250c4.tar.gz |
* NEWS: Mention new examples.
* Makefile.am (SUBDIRS): Add examples directory.
* configure.ac (AC_CONFIG_FILES): Add examples/Makefile.
* lib/standard.omit: Remove TestAWT.java and Test.java
* gnu/java/awt/peer/gtk/TestAWT.java: Removed.
* gnu/java/awt/peer/gtk/Test.java: Removed.
* examples/README: New file.
* examples/Makefile.am: New file.
* examples/gnu/classpath/examples/icons/*.png: New icon resources.
* examples/gnu/classpath/examples/awt/Demo.java: New class.
* examples/gnu/classpath/examples/swing/Demo.java: New class.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d33b310c3..5b20831ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Input file for automake to generate the Makefile.in used by configure -# lib first, to compile .class files before native code -SUBDIRS = lib doc external include native resource +# lib first, to compile .class files before native code, last examples +SUBDIRS = lib doc external include native resource examples native: lib |