add check for ENABLE_JVMTI
authormotse <none@none>
Sun, 6 Nov 2005 16:21:03 +0000 (16:21 +0000)
committermotse <none@none>
Sun, 6 Nov 2005 16:21:03 +0000 (16:21 +0000)
src/native/include/Makefile.am

index 8bbb603378332a071894f4fb00bc92229d478da6..420dfbb8a61f2948447842bdc56a9ccf1ffa81e0 100644 (file)
@@ -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 \