libblkid_la_DEPENDENCIES = \
libcommon.la \
- libblkid/src/blkid.sym \
+ libblkid/src/libblkid.sym \
libblkid/src/blkid.h.in
libblkid_la_CFLAGS = \
libblkid_la_LDFLAGS = \
$(SOLIB_LDFLAGS) \
- -Wl,--version-script=$(top_srcdir)/libblkid/src/blkid.sym \
+ -Wl,--version-script=$(top_srcdir)/libblkid/src/libblkid.sym \
-version-info $(LIBBLKID_VERSION_INFO)
EXTRA_DIST += \
- libblkid/src/blkid.sym \
+ libblkid/src/libblkid.sym \
libblkid/src/blkid.h.in
if BUILD_LIBBLKID_TESTS
/*
- * The symbol versioning ensures that a new application requiring symbol foo()
- * can't run with old libblkid.so not providing foo() - the global SONAME
+ * The symbol versioning ensures that a new application requiring symbol 'foo'
+ * can't run with old library.so not providing 'foo' - the global SONAME
* version info can't enforce this since we never change the SONAME.
*
* The original libblkid from e2fsprogs (<=1.41.4) does not to use
* symbol versioning -- all the original symbols are in BLKID_1.0 now.
+ *
+ * Copyright (C) 2009-2014 Karel Zak <kzak@redhat.com>
*/
BLKID_1.0 {
global:
/*
- * The symbol versioning ensures that a new application requiring symbol foo;
- * can't run with old libblkid.so not providing foo;
- * version info can't enforce this since we never change the SONAME.
+ * The symbol versioning ensures that a new application requiring symbol foo,
+ * can't run with old library.so not providing foo.
+ *
+ * Version info can't enforce this since we never change the SONAME.
+ *
+ * Copyright (C) 2011-2014 Karel Zak <kzak@redhat.com>
*/
MOUNT_2.19 {
global:
/*
* symbols since util-linux 2.25
+ *
+ * Copyright (C) 2014 Karel Zak <kzak@redhat.com>
*/
SMARTCOLS_2.25 {
global:
$(uuidinc_HEADERS) \
lib/randutils.c
-libuuid_la_DEPENDENCIES = libuuid/src/uuid.sym
+libuuid_la_DEPENDENCIES = libuuid/src/libuuid.sym
libuuid_la_LIBADD = $(SOCKET_LIBS)
libuuid_la_CFLAGS = \
libuuid_la_LDFLAGS = \
$(SOLIB_LDFLAGS) \
- -Wl,--version-script=$(top_srcdir)/libuuid/src/uuid.sym \
+ -Wl,--version-script=$(top_srcdir)/libuuid/src/libuuid.sym \
-version-info $(LIBUUID_VERSION_INFO)
-EXTRA_DIST += libuuid/src/uuid.sym
+EXTRA_DIST += libuuid/src/libuuid.sym
# move lib from $(usrlib_execdir) to $(libdir) if needed
install-exec-hook-libuuid:
/*
- * The symbol versioning ensures that a new application requiring symbol foo()
- * can't run with old libuuid.so not providing foo() - the global SONAME
+ * The symbol versioning ensures that a new application requiring symbol 'foo'
+ * can't run with old libbrary.so not providing 'foo' - the global SONAME
* version info can't enforce this since we never change the SONAME.
*
* The original libuuid from e2fsprogs (<=1.41.5) does not to use
* symbol versioning -- all the original symbols are in UUID_1.0 now.
+ *
+ * Copyright (C) 2011-2014 Karel Zak <kzak@redhat.com>
*/
UUID_1.0 {
global: