Skip to content

Commit

Permalink
csecsipid/Makefile: use proper variable defined at Makefile.defs
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac authored and miconda committed Nov 17, 2023
1 parent 56ed310 commit 5efb8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csecsipid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
include ../Makefile.defs

SOBASENAME=libsecsipid.so
SOLIBNAME=${SOBASENAME}.${LIBVERSIONMAJOR}
SOLIBNAME=${SOBASENAME}.${LIBVERMAJ}
SOREALNAME=${SOBASENAME}.${LIBVERSION}

ifneq ($(OS), darwin)
Expand Down

0 comments on commit 5efb8a5

Please sign in to comment.