diff options
author | Michael Koch <konqueror@gmx.de> | 2004-11-16 08:13:04 +0000 |
---|---|---|
committer | Michael Koch <konqueror@gmx.de> | 2004-11-16 08:13:04 +0000 |
commit | 0bb0fe90bfb7db79fd96cc67df8d67d093142c7c (patch) | |
tree | cd893ed15f8e4e526c004c1d8e769a53e02223a5 /Makefile.am | |
parent | 3bb4c7112fe395f07e1f37fcdef07573678f033a (diff) | |
download | classpath-0bb0fe90bfb7db79fd96cc67df8d67d093142c7c.tar.gz |
2004-11-16 Michael Koch <konqueror@gmx.de>
* configure.ac: Added scripts/Makefile to output files.
* Makefile.am (SUBDIRS): Add scripts
* scripts/Makefile.am: New file.
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 63eb5d048..f3d405065 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 $(EXAMPLESDIR) -DIST_SUBDIRS = lib doc include native resource examples +SUBDIRS = lib doc include native resource scripts $(EXAMPLESDIR) +DIST_SUBDIRS = lib doc include native resource scripts examples native: lib |