OSDN Git Service

build: don't use -version for convenience libraries
authorJim Meyering <meyering@redhat.com>
Fri, 13 Jan 2012 18:10:46 +0000 (19:10 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 13 Jan 2012 18:10:46 +0000 (19:10 +0100)
Don't use -release, either.  This avoids warnings from libtool.
* libparted/fs/Makefile.am (libfs_la_LDFLAGS): Remove.

libparted/fs/Makefile.am

index 30259f4..6339cfd 100644 (file)
@@ -4,9 +4,7 @@
 # This file may be modified and/or distributed without restriction.
 
 partedincludedir = -I$(top_builddir)/include -I$(top_srcdir)/include
-noinst_LTLIBRARIES    =        libfs.la
-libfs_la_LDFLAGS  = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-                       -release $(LT_RELEASE)
+noinst_LTLIBRARIES =   libfs.la
 
 libfs_la_LIBADD   = $(UUID_LIBS)               \
                    $(INTLLIBS)                 \