diff options
author | Michael Koch <konqueror@gmx.de> | 2004-07-29 08:10:46 +0000 |
---|---|---|
committer | Michael Koch <konqueror@gmx.de> | 2004-07-29 08:10:46 +0000 |
commit | 48adec047bf9ea0a5297ea7ba3fd7956b575631d (patch) | |
tree | 712e9167369206940033d404a4237e8ade7e893e /lib | |
parent | 82d1b2f9f5121576df83ef53827dec54a1e33d66 (diff) | |
download | classpath-48adec047bf9ea0a5297ea7ba3fd7956b575631d.tar.gz |
2004-07-29 Michael Koch <konqueror@gmx.de>
* lib/Makefile.am: Don't include glibj.zip into dist tarball.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index defe70440..0422fcede 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,7 +35,7 @@ JAVAH = $(USER_JAVAH) -jni -classpath .:$(USER_CLASSLIB) if INSTALL_GLIBJ_ZIP -dist_pkgdata_DATA = glibj.zip +pkgdata_DATA = glibj.zip endif # INSTALL_GLIBJ_ZIP |