diff --git a/ChangeLog b/ChangeLog index 9b045966..fe10a59d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-15 Benoît Dejean + + * sysdeps/common/Makefile.am: + * sysdeps/linux/Makefile.am: Removed LT_VERSION_INFO from LDFLAGS + when unused. + 2005-06-08 Benoît Dejean * configure.in: 2.11.1 post release version bump. 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