[parted-devel] another uncontroversial change: avoid a libtool
warning
Jim Meyering
jim at meyering.net
Mon Mar 5 10:22:24 CET 2007
Since ACKs seem hard to get, I'm not waiting, for simple,
uncontroversial changes like this.
Avoid a libtool warning:
From: Jim Meyering <jim at meyering.net>
libtool: link: warning: `-release' is ignored for convenience libraries
* libparted/labels/Makefile.am (liblabels_la_LDFLAGS): Don't define.
---
libparted/labels/Makefile.am | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libparted/labels/Makefile.am b/libparted/labels/Makefile.am
index 0e270a8..5b0aec4 100644
--- a/libparted/labels/Makefile.am
+++ b/libparted/labels/Makefile.am
@@ -5,8 +5,6 @@
partedincludedir = -I$(top_srcdir)/include
noinst_LTLIBRARIES = liblabels.la
-liblabels_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
- -release $(LT_RELEASE)
liblabels_la_SOURCES = rdb.c \
bsd.c \
More information about the parted-devel
mailing list