1
1
Fork 0

Fix library version info

master
Sandro Santilli 2016-09-06 11:31:43 +02:00
parent 28d4987db7
commit d66c984293
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,5 @@
- Set version in configure.ac
- Tweak -version-info in src/Makefile.am
- Run make distcheck, fix if needed
- Commit all of the above
- Regenerate ChangeLog (make cl) and commit again

View File

@ -20,7 +20,9 @@ librttopo_la_SOURCES = box2d.c bytebuffer.c g_box.c \
rttriangle.c rtutil.c stringbuffer.c varint.c
librttopo_la_LDFLAGS = -version-info 1:0:0 -no-undefined
# Version info is current:revision:age
# TODO: have this set from configure.ac
librttopo_la_LDFLAGS = -version-info 2:0:1 -no-undefined
librttopo_la_LIBADD = -lm