summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-02-16 00:16:27 +0000
committerMartin Baulig <martin@src.gnome.org>2000-02-16 00:16:27 +0000
commit7700a6525e2588a2fab0e51c8cb45d7ad056f2a3 (patch)
tree123fae4313d55c98c4c90cf4d781a14ccffa844d
parent28150c48f7a45ebf7e0cd9d4b9ad34cc623040cb (diff)
downloadlibgtop-7700a6525e2588a2fab0e51c8cb45d7ad056f2a3.tar.gz
*** empty log message ***martin_temp_tag
-rw-r--r--sysdeps/solaris/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/solaris/Makefile.am b/sysdeps/solaris/Makefile.am
index 96416bee..f71b518a 100644
--- a/sysdeps/solaris/Makefile.am
+++ b/sysdeps/solaris/Makefile.am
@@ -16,14 +16,14 @@ libgtop_sysdeps_la_SOURCES = open.c close.c cpu.c mem.c \
procmap.c netload.c netinfo.c ppp.c \
procdata.c interfaces.c
-libgtop_sysdeps_la_LDFLAGS = $(LT_VERSION_INFO)
+libgtop_sysdeps_la_LDFLAGS = $(LT_VERSION_INFO) -export-dynamic
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
-libgtop_sysdeps_suid_la_LDFLAGS = $(LT_VERSION_INFO)
+libgtop_sysdeps_suid_la_LDFLAGS = $(LT_VERSION_INFO) -export-dynamic
include_HEADERS = glibtop_server.h glibtop_machine.h