diff --git a/sysdeps/solaris/ChangeLog b/sysdeps/solaris/ChangeLog index e1642653..c873ba30 100644 --- a/sysdeps/solaris/ChangeLog +++ b/sysdeps/solaris/ChangeLog @@ -1,3 +1,7 @@ +1999-10-17 Martin Baulig + + * Makefile.am (libgtop_sysdeps_la_LIBADD): Added `@DL_LIB@'. + 1999-09-28 Drazen Kacar * proclist.c (glibtop_get_proclist_s): Bugfix. It wasn't diff --git a/sysdeps/solaris/Makefile.am b/sysdeps/solaris/Makefile.am index 0586df12..6a71805f 100644 --- a/sysdeps/solaris/Makefile.am +++ b/sysdeps/solaris/Makefile.am @@ -13,6 +13,8 @@ libgtop_sysdeps_la_SOURCES = open.c close.c siglist.c cpu.c mem.c \ libgtop_sysdeps_la_LDFLAGS = $(LT_VERSION_INFO) +libgtop_sysdeps_la_LIBADD = @DL_LIB@ + libgtop_sysdeps_suid_la_SOURCES = open_suid.c close_suid.c \ shm_limits.c msg_limits.c sem_limits.c