add -version-info to libFLAC_la_LDFLAGS
authorJosh Coalson <jcoalson@users.sourceforce.net>
Mon, 16 Jul 2001 18:10:19 +0000 (18:10 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Mon, 16 Jul 2001 18:10:19 +0000 (18:10 +0000)
src/libFLAC/Makefile.am

index da6175c..296205f 100644 (file)
@@ -37,6 +37,8 @@ endif
 endif
 endif
 
+libFLAC_la_LDFLAGS = -version-info 1:0:0
+
 libFLAC_la_SOURCES = \
        bitbuffer.c \
        bitmath.c \