Removed LT_VERSION_INFO from LDFLAGS when unused.
* sysdeps/common/Makefile.am: * sysdeps/linux/Makefile.am: Removed LT_VERSION_INFO from LDFLAGS when unused.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2005-06-15 Benoît Dejean <TazForEver@dlfp.org>
|
||||
|
||||
* sysdeps/common/Makefile.am:
|
||||
* sysdeps/linux/Makefile.am: Removed LT_VERSION_INFO from LDFLAGS
|
||||
when unused.
|
||||
|
||||
2005-06-08 Benoît Dejean <TazForEver@dlfp.org>
|
||||
|
||||
* configure.in: 2.11.1 post release version bump.
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user