diff options
author | Michael Koch <konqueror@gmx.de> | 2004-11-15 19:45:16 +0000 |
---|---|---|
committer | Michael Koch <konqueror@gmx.de> | 2004-11-15 19:45:16 +0000 |
commit | 18eec52fa036c6933ac77694e825339e622e40bb (patch) | |
tree | 80a0beec8cb7fc2768d8b059a99c3479177b3611 /Makefile.am | |
parent | 43f46c059f8313ea6fc7e14c00ae65814ce7cd8d (diff) | |
download | classpath-18eec52fa036c6933ac77694e825339e622e40bb.tar.gz |
2004-11-15 Michael Koch <konqueror@gmx.de>
* acinclude.m4 (CLASSPATH_WITH_GLIBJ): Added support to not build the
class files/glibj.zip. Handle --disable-examples argument.
* Makefile.am: Build examples subdir conditionally.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6d09cca6a..63eb5d048 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +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 examples +SUBDIRS = lib doc include native resource $(EXAMPLESDIR) +DIST_SUBDIRS = lib doc include native resource examples native: lib |