summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrancis Kung <fkung@redhat.com>2006-07-10 19:45:23 +0000
committerFrancis Kung <fkung@redhat.com>2006-07-10 19:45:23 +0000
commitf59ba6c6cd9f3e11f5e0d4dcb2eda85967118574 (patch)
tree86e50db5b77751aba8461bcc4f4bfa94d228578b /configure.ac
parent3bcfba96207e6568b6003d68131775381d28ea30 (diff)
downloadclasspath-f59ba6c6cd9f3e11f5e0d4dcb2eda85967118574.tar.gz
2006-07-10 Francis Kung <fkung@redhat.com>
* configure.ac (AC_CONFIG_FILES): Add examples/Makefile.java2d. * examples/.cvsignore: Add Makefile.java2d. * examples/Makefile.am: Add EXAMPLE_CH_FILES for C headers. (ALL_EXAMPLE_FILES): Add C headers. (install-data-local): Add Makefile.java2d. (uninstall-local): Likewise. (EXTRA_DIST): Add Makefile.java2d.in. * examples/Makefile.java2d.in: New file. * examples/README: Add java2d instructions. * examples/gnu/classpath/examples/java2d/bench.c: New file. * examples/gnu/classpath/examples/java2d/bench.h: New file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 865b238cc..23727bf96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -810,7 +810,8 @@ lib/gen-classlist.sh
lib/copy-vmresources.sh
tools/Makefile
examples/Makefile
-examples/Makefile.jawt])
+examples/Makefile.jawt
+examples/Makefile.java2d])
if test "x${COMPILE_WRAPPERS}" = xno
then