summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2005-06-14 22:21:06 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2005-06-14 22:21:06 +0000
commitc81e0554277d9e6f1cdc4a2054ad87d95e48211f (patch)
treeb89303c3e46e3f7267653e4fd3591e8685410e2c /sysdeps
parent06fb19b5c6e3eaf39f9eaa7833ce396513b44d46 (diff)
downloadlibgtop-c81e0554277d9e6f1cdc4a2054ad87d95e48211f.tar.gz
Removed LT_VERSION_INFO from LDFLAGS when unused.
* sysdeps/common/Makefile.am: * sysdeps/linux/Makefile.am: Removed LT_VERSION_INFO from LDFLAGS when unused.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/common/Makefile.am4
-rw-r--r--sysdeps/linux/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/common/Makefile.am b/sysdeps/common/Makefile.am
index 71b117e4..745a2d23 100644
--- a/sysdeps/common/Makefile.am
+++ b/sysdeps/common/Makefile.am
@@ -20,11 +20,11 @@ libgtop_common_2_0_la_SOURCES = error.c gnuslib.c \
default.c \
$(inodedb_SRCLIST)
-libgtop_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
+# libgtop_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
libgtop_common_2_0_la_LIBADD = $(LIBGTOP_EXTRA_LIBS)
libgtop_suid_common_2_0_la_SOURCES = error.c sysdeps_suid.c
-libgtop_suid_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
+# libgtop_suid_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
EXTRA_DIST = inodedb.c
diff --git a/sysdeps/linux/Makefile.am b/sysdeps/linux/Makefile.am
index 65ac37e6..ae62023d 100644
--- a/sysdeps/linux/Makefile.am
+++ b/sysdeps/linux/Makefile.am
@@ -12,7 +12,7 @@ libgtop_sysdeps_2_0_la_SOURCES = open.c close.c cpu.c mem.c swap.c \
libgtop_sysdeps_2_0_la_LIBADD = @GLIB_LIBS@
-libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
+# libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
libgtopinclude_HEADERS = glibtop_server.h glibtop_machine.h
libgtopincludedir = $(includedir)/libgtop-2.0