Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build
@@ -34,11 +34,13 @@
include ../hal/Makefile.hal
POFILE=rmvolmgr_all.po
POFILES=$(OBJS:%.o=%.po)
-LDLIBS += -ldbus-1 -ldbus-glib-1 -lglib-2.0 -lhal -lhal-storage -lcontract -lscf
+LDLIBS += -ldbus-1 -ldbus-glib-1 -lglib-2.0 -lhal -lhal-storage \
+ -lcontract -lscf
+ADJUNCT_LIBS = libdbus-1.so libdbus-glib-1.so libglib-2.0.so
CPPFLAGS += $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS)
CPPFLAGS += -I$(ROOT)/usr/include/hal
CSTD = $(CSTD_GNU99)