File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ AM_INIT_AUTOMAKE(
15
15
)
16
16
AM_SILENT_RULES ([ yes] )
17
17
18
- LIBMD_ABI_MAJOR =0
19
- LIBMD_ABI_MINOR =1
20
- LIBMD_ABI_PATCH =0
18
+ SOVERSION_MAJOR =0
19
+ SOVERSION_MINOR =1
20
+ SOVERSION_PATCH =0
21
21
22
- LIBMD_ABI ="$LIBMD_ABI_MAJOR:$LIBMD_ABI_MINOR:$LIBMD_ABI_PATCH "
23
- AC_SUBST ( [ LIBMD_ABI ] )
22
+ SOVERSION ="$SOVERSION_MAJOR:$SOVERSION_MINOR:$SOVERSION_PATCH "
23
+ AC_SUBST ( [ SOVERSION ] )
24
24
25
25
# Check and store if we got user supplied variables.
26
26
user_CFLAGS=${CFLAGS-unset}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ EXTRA_libmd_la_DEPENDENCIES = \
31
31
32
32
libmd_la_LDFLAGS = \
33
33
-no-undefined \
34
- -version-number $(LIBMD_ABI ) \
34
+ -version-number $(SOVERSION ) \
35
35
# EOL
36
36
if HAVE_LINKER_VERSION_SCRIPT
37
37
libmd_la_LDFLAGS += \
You can’t perform that action at this time.
0 commit comments