Skip to content

Commit

Permalink
Updated shared library versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraha8 committed Jan 20, 2019
1 parent 6854ca0 commit b9cd13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libautoptr_la_SOURCES =
#
# version-info current:revision:age
#
libautoptr_la_LDFLAGS=-rpath '$(libdir)' -version-info 0:0:0
libautoptr_la_LDFLAGS=-rpath '$(libdir)' -version-info 1:1:1
libautoptr_la_LIBADD = $(SUBLIBS)

pkgincludedir = ${includedir}
Expand Down

0 comments on commit b9cd13a

Please sign in to comment.