summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2004-12-23 22:38:41 +0000
committerMark Wielaard <mark@klomp.org>2004-12-23 22:38:41 +0000
commitc9b13f1ad9627b322706f8ab607c8fce657e58e9 (patch)
tree1ebff8e176bfd82e44985c4f7a668c814dc78994 /Makefile.am
parentd5cb721a8437b4d514938da5c36354d5f46b0491 (diff)
downloadclasspath-c9b13f1ad9627b322706f8ab607c8fce657e58e9.tar.gz
* gnu/xml/*: Imported from GNU JAXP.
* javax/xml/*: Likewise. * external/*: Imported external sax and w3c_dom projects. * LICENSE: Add new copyright and distribution notices. * Makefile.am (SUBDirs): Add external. (DIST_SUBDIRS): Likewise. * configure.ac (AC_CONFIG_FILES): Add external/Makefile, external/sax/Makefile and external/w3c_dom/Makefile. * lib/gen-classlist.sh.in (FIND): Search in external/sax and external/w3c_dom. (Split): Add new classes.xml for gcj. * lib/Makefile.am (compile_classpath): Add external/sax and external/w3c_dom. (FOUND_GCJ): Compile classes.xml. * lib/.cvsignore: Add classes.xml. * .classpath: Updated exclusion filter and add external projects plus examples.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f3d405065..6ba39b10c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
## Input file for automake to generate the Makefile.in used by configure
# lib first, to compile .class files before native code, last examples
-SUBDIRS = lib doc include native resource scripts $(EXAMPLESDIR)
-DIST_SUBDIRS = lib doc include native resource scripts examples
+SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR)
+DIST_SUBDIRS = lib doc external include native resource scripts examples
native: lib