summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2005-11-17 18:42:41 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2005-11-17 18:42:41 +0000
commit7a186d2539a82eeb2fbeffd0c3771875e4fd90a7 (patch)
tree76a3e5548d3b132cc26edafa879b735050636d6b
parent676deb2bf5e2b3f8d158c5e474d2d2514bf7be7b (diff)
downloadclasspath-7a186d2539a82eeb2fbeffd0c3771875e4fd90a7.tar.gz
2005-11-17 Audrius Meskauskas <AudriusA@Bioinformatics.org>
PR 24911 * classpath/examples/Makefile.am (EXAMPLE_JAVA_FILES): Extended by /*/*/*.java and /*/*/*/*.java. (READMES): New category. (ALL_EXAMPLE_FILES): Extended by READMES category.
-rw-r--r--ChangeLog8
-rw-r--r--examples/Makefile.am7
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ca2b1162..3c01aa369 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-17 Audrius Meskauskas <AudriusA@Bioinformatics.org>
+
+ PR 24911
+ * classpath/examples/Makefile.am
+ (EXAMPLE_JAVA_FILES): Extended by /*/*/*.java and /*/*/*/*.java.
+ (READMES): New category.
+ (ALL_EXAMPLE_FILES): Extended by READMES category.
+
2004-11-17 Bryce McKinlay <mckinlay@redhat.com>
* gnu/java/net/protocol/jar/Connection.java (getHeaderField):
diff --git a/examples/Makefile.am b/examples/Makefile.am
index b7eeacb63..341fc5e8e 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -20,7 +20,7 @@ endif
endif
# All our example java source files
-EXAMPLE_JAVA_FILES = $(srcdir)/gnu/classpath/examples/*/*.java
+EXAMPLE_JAVA_FILES = $(srcdir)/gnu/classpath/examples/*/*.java $(srcdir)/gnu/classpath/examples/*/*/*.java $(srcdir)/gnu/classpath/examples/*/*/*/*.java
# The example C source files
EXAMPLE_C_FILES = $(srcdir)/gnu/classpath/examples/*/*.c
@@ -34,8 +34,11 @@ BUILT_SOURCES = $(EXAMPLE_ZIP)
# the png icons we use in some of the examples.
EXAMPLE_ICONS = $(srcdir)/gnu/classpath/examples/icons/*.png
+# The example specific README files.
+READMES = $(srcdir)/gnu/classpath/examples/CORBA/swing/README.html
+
# All the files we find "interesting"
-ALL_EXAMPLE_FILES = $(EXAMPLE_JAVA_FILES) $(EXAMPLE_C_FILES) $(EXAMPLE_ICONS)
+ALL_EXAMPLE_FILES = $(EXAMPLE_JAVA_FILES) $(EXAMPLE_C_FILES) $(EXAMPLE_ICONS) $(READMES)
# Some architecture independent data to be installed.
example_DATA = $(EXAMPLE_ZIP) README