forked from rttopo/librttopo
Fix library version info
parent
28d4987db7
commit
d66c984293
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue