jdk/make/lib/Lib-java.instrument.gmk
changeset 30351 94434dd8dc9f
parent 27944 c6d5edd39016
child 30365 551470085a1d
--- a/jdk/make/lib/Lib-java.instrument.gmk	Thu Apr 09 08:46:19 2015 +0200
+++ b/jdk/make/lib/Lib-java.instrument.gmk	Thu Apr 09 09:18:56 2015 +0200
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -25,6 +25,9 @@
 
 include LibCommon.gmk
 
+# Hook to include the corresponding custom file, if present.
+$(eval $(call IncludeCustomExtension, jdk, lib/Lib-java.instrument.gmk))
+
 ################################################################################
 
 LIBINSTRUMENT_SRC := $(JDK_TOPDIR)/src/java.instrument/share/native/libinstrument \