summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-07-15 12:39:29 +0000
committerMichael Koch <konqueror@gmx.de>2004-07-15 12:39:29 +0000
commit77114f68534993cf6ad0348585183c2cdcaee3f0 (patch)
tree61cd9a3d108c4ec5bf634404e6034888a4ae8e35 /include
parent3476b5e57715a3adbae8c53fa6bf9d6d61297125 (diff)
downloadclasspath-77114f68534993cf6ad0348585183c2cdcaee3f0.tar.gz
2004-07-15 Michael Koch <konqueror@gmx.de>
* include/Makefile.am: Distclean jni_md.h.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index c09f19c3b..64d0c2514 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,3 +1,5 @@
+DISTCLEANFILES = jni_md.h
+
ARG_JNI_JAVAH = -jni
ARG_CLASSPATH_JAVAH = -bootclasspath
JAVAH = $(USER_JAVAH) $(ARG_JNI_JAVAH) $(ARG_CLASSPATH_JAVAH) ../lib:$(USER_CLASSLIB)