jdk/make/java/java_hprof_demo/Makefile
changeset 5780 3f7be5f312ae
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
5779:cee4951cdec7 5780:3f7be5f312ae
    82 	         -I$(SHARE_SRC)/demo/jvmti/java_crw_demo
    82 	         -I$(SHARE_SRC)/demo/jvmti/java_crw_demo
    83 
    83 
    84 ifeq ($(PLATFORM), windows)
    84 ifeq ($(PLATFORM), windows)
    85   OTHER_LDLIBS += wsock32.lib winmm.lib
    85   OTHER_LDLIBS += wsock32.lib winmm.lib
    86 else
    86 else
    87   OTHER_LDLIBS += $(LIBSOCKET) -lnsl -ldl
    87   OTHER_LDLIBS += $(LIBSOCKET) $(LIBNSL) -ldl
    88 endif
    88 endif
    89 
    89 
    90 #
    90 #
    91 # Tell library.gmk to copy the txt file first
    91 # Tell library.gmk to copy the txt file first
    92 #
    92 #