From 8da78567808e5a926a7a4e56d9b6d0ba268605a0 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 17 Oct 1999 21:42:15 +0000 Subject: [PATCH] Added `@DL_LIB@'. 1999-10-17 Martin Baulig * Makefile.am (libgtop_sysdeps_la_LIBADD): Added `@DL_LIB@'. --- sysdeps/solaris/ChangeLog | 4 ++++ sysdeps/solaris/Makefile.am | 2 ++ 2 files changed, 6 insertions(+) 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