Print this page
1575 untangle libmlrpc from SMB server
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
*** 20,35 ****
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
MACH_LDLIBS += -L$(ROOT)/usr/lib/smbsrv/$(MACH64)
include ../Makefile.com
! include ../../../Makefile.lib.64
- DYNFLAGS += -R/usr/lib/smbsrv/$(MACH64)
-
install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
--- 20,31 ----
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
MACH_LDLIBS += -L$(ROOT)/usr/lib/smbsrv/$(MACH64)
include ../Makefile.com
! include ../../Makefile.lib.64
install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)