From cd3906dbe1690bfad67e85897d4dde18579d203e Mon Sep 17 00:00:00 2001 From: motse Date: Sun, 6 Nov 2005 16:21:03 +0000 Subject: [PATCH 1/1] add check for ENABLE_JVMTI --- src/native/include/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/native/include/Makefile.am b/src/native/include/Makefile.am index 8bbb60337..420dfbb8a 100644 --- a/src/native/include/Makefile.am +++ b/src/native/include/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 3588 2005-11-06 14:01:10Z motse $ +## $Id: Makefile.am 3594 2005-11-06 16:21:03Z motse $ ## Process this file with automake to produce Makefile.in @@ -68,13 +68,17 @@ GEN_HEADER_FILES = \ java_lang_reflect_Field.h \ java_lang_reflect_Method.h \ java_nio_Buffer.h \ - java_nio_ByteBuffer.h \ java_nio_DirectByteBufferImpl.h \ java_security_ProtectionDomain.h \ - java_util_Vector.h \ + java_util_Vector.h + +if ENABLE_JVMTI +GEN_HEADER_FILES += \ + java_nio_ByteBuffer.h \ gnu_classpath_jdwp_VMFrame.h \ gnu_classpath_jdwp_VMVirtualMachine.h \ gnu_classpath_jdwp_event_EventRequest +endif ADDITIONAL_IMPLEMENTED_VM_CLASSES_HEADER_FILES = \ gnu_classpath_VMStackWalker.h \ -- 2.25.1