X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=libparted%2Ffs%2FMakefile.am;fp=libparted%2Ffs%2FMakefile.am;h=28a0c7a77dfd0d83ca203bcba5c5ec53b5fa60f3;hb=90819565ebd4bf42f70e2b6b19e7ea5172fce4c5;hp=da85655bed8cf3046f9b41c179df6638563f1500;hpb=f5308e408980443b20cb35696b09e1f6e6e60966;p=android-x86%2Fexternal-parted.git diff --git a/libparted/fs/Makefile.am b/libparted/fs/Makefile.am index da85655..28a0c7a 100644 --- a/libparted/fs/Makefile.am +++ b/libparted/fs/Makefile.am @@ -51,15 +51,21 @@ libfs_la_SOURCES = \ xfs/xfs_sb.h \ xfs/xfs_types.h -EXTRA_DIST = hfs/DOC hfs/HISTORY - lib_LTLIBRARIES = libparted-fs-resize.la EXTRA_DIST = \ - r/hfs/DOC \ - r/hfs/HISTORY \ - r/hfs/TODO + hfs/DOC \ + hfs/HISTORY \ + hfs/TODO + +# Set the shared library version, per Libtool's guidelines. +# For details, see the "Updating library version information" section of +# "info libtool". +CURRENT = 0 +REVISION = 0 +AGE = 0 +libparted_fs_resize_la_LDFLAGS = -version-info $(CURRENT):$(REVISION):$(AGE) libparted_fs_resize_la_SOURCES = \ r/filesys.c \ r/fat/bootsector.c \