Skip to content
Snippets Groups Projects
Commit 9435d295 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

add library versioning

parent 0944aadf
No related branches found
No related tags found
2 merge requests!19Put most recent version onto mater,!18Cleanup
...@@ -16,6 +16,14 @@ libsharp_la_SOURCES = \ ...@@ -16,6 +16,14 @@ libsharp_la_SOURCES = \
libsharp/sharp_vecsupport.h \ libsharp/sharp_vecsupport.h \
libsharp/sharp_ylmgen_c.h libsharp/sharp_ylmgen_c.h
# format is "current:revision:age"
# any change: increase revision
# any interface change: increase current, revision=0
# any backward-compatible change: increase age
# any backward-incompatible change: age=0
# ==> age <= current
libsharp_la_LDFLAGS = -version-info 0:0:0
AM_CFLAGS = @AM_CFLAGS@ AM_CFLAGS = @AM_CFLAGS@
if HAVE_MULTIARCH if HAVE_MULTIARCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment