Skip to content

Commit

Permalink
Fixed wrong build output for shared lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed May 3, 2015
1 parent fab634c commit 64c73a1
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 @@ -16,7 +16,7 @@ libcsptr_la_CFLAGS = \
-I$(top_srcdir)/include/csptr/ \
$(COVERAGE_CFLAGS)

libcsptr_la_LDFLAGS = $(COVERAGE_LDFLAGS) -release $(VERSION)
libcsptr_la_LDFLAGS = $(COVERAGE_LDFLAGS) -version-info 1:0:0

EXTRA_DIST = LICENSE README.md

Expand Down

0 comments on commit 64c73a1

Please sign in to comment.