From 0bb4c979c68ec8ffeadc3315f26c883f19c98d1e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 26 Nov 2014 12:45:24 +0100 Subject: build-sys: create a regular shared libfdisk.so - symbols versioning - SONAME from configure.ac - library version to header file - modify build-sys to compile and install shared lib Signed-off-by: Karel Zak --- Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 122344e80..c7eb19584 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,14 +18,15 @@ LDADD = $(LTLIBINTL) dist_noinst_DATA = $(dist_man_MANS) # Paths to in-tree libraries (use ul_ prefix to avoid possible collisions) Note -# that blkid.h, libmount.h and libsmartcols.h are generated and stored in build -# dirs. +# that blkid.h, libmount.h, libfdisk.h and libsmartcols.h are generated and +# stored in build dirs. # ul_libblkid_incdir = $(top_builddir)/libblkid/src ul_libmount_incdir = $(top_builddir)/libmount/src ul_libsmartcols_incdir = $(top_builddir)/libsmartcols/src +ul_libfdisk_incdir = $(top_builddir)/libfdisk/src + ul_libuuid_incdir = $(top_srcdir)/libuuid/src -ul_libfdisk_incdir = $(top_srcdir)/libfdisk/src pkgconfigdir = $(usrlib_execdir)/pkgconfig -- cgit v1.2.3-55-g7522