components/visual-panels/core/src/cmd/rad/mod/network/Makefile
branchs11-update
changeset 2805 4888f6212f94
parent 827 0944d8c0158b
equal deleted inserted replaced
2804:7546c836fd87 2805:4888f6212f94
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include $(SRC)/make-rules/Makefile.env
    26 include $(SRC)/make-rules/Makefile.env
    27 
    27 
    28 LDLIBS += -lsocket -lnsl
    28 LDLIBS += -lsocket -lnsl
    29 
    29 
       
    30 VERS=.1
    30 MOD_APIS=network
    31 MOD_APIS=network
    31 MOD_OBJS=mod_network.o
    32 MOD_OBJS=mod_network.o
    32 MOD_LIBNAME=mod_network.so
    33 MOD_LIBNAME=mod_network.so$(VERS)
    33 MOD_INSTALLDIR=$(RADDIR_MODULE)
    34 MOD_INSTALLDIR=$(RADDIR_MODULE)
    34 APISDIR=../../../../apis
    35 APISDIR=../../../../apis
    35 
    36 
    36 include $(SRC)/make-rules/Makefile.com
    37 include $(SRC)/make-rules/Makefile.com
    37 
    38