summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2004-09-03 16:27:47 +0000
committerMark Wielaard <mark@klomp.org>2004-09-03 16:27:47 +0000
commit7994bea9c5266a34516afd4787dd810584b5d74e (patch)
tree27d87b0c872b113b43af62fcab4bb4d0279c0df5 /Makefile.am
parentf7e9503830dd0094c0d5197d0a3f79bd2315458f (diff)
downloadclasspath-7994bea9c5266a34516afd4787dd810584b5d74e.tar.gz
* Makefile.am (SUBDIRS): Remove external.
* configure.ac (AC_CONFIG_FILES): Remove external/Makefile. * doc/api/Makefile.am: Don't refer to external directory * lib/Makefile.am: Likewise. * lib/gen-classlist.sh.in: Likewise. * external/*: Removed. * NEWS: Mention GNU JAXP.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b20831ef..4bd556bb3 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, last examples
-SUBDIRS = lib doc external include native resource examples
+SUBDIRS = lib doc include native resource examples
native: lib