Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/hal/probing/network-printer/Makefile
          +++ new/usr/src/cmd/hal/probing/network-printer/Makefile
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  OBJS =          probe-network-printer.o logger.o probe-snmp.o printer.o
  29   29  SRCS =          probe-network-printer.c
  30   30  
  31   31  include ../../../Makefile.cmd
  32   32  include ../../Makefile.hal
  33   33  
  34   34  ROOTCMDDIR =    $(ROOTLIB_HAL)
  35   35  
  36   36  LDLIBS +=       -lc -ldbus-1 -lhal
  37   37  LDLIBS +=       $(ZIGNORE) -lnetsnmp
       38 +ADJUNCT_LIBS =  libdbus-1.so libnetsnmp.so
  38   39  
  39   40  CPPFLAGS +=     $(HAL_DBUS_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
  40   41  CPPFLAGS +=     -I$(ROOT)/usr/include/hal -I../../utils -I../../hald
  41   42  CSTD =  $(CSTD_GNU99)
  42   43  
  43   44  .KEEP_STATE:
  44   45  
  45   46  all: $(PROG)
  46   47  
  47   48  logger.o: ../../hald/logger.c
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX