Skip to content

Commit

Permalink
ldflags in libgivaro ?
Browse files Browse the repository at this point in the history
  • Loading branch information
briceboyer committed Jun 8, 2011
1 parent 3136f8a commit 73a17bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion incremente-versions
Expand Up @@ -178,7 +178,7 @@ if ("$answ" == "y") then

echo "Incrementing soname version now."
set backupmake = $mak.back$$
set infostring = `fgrep libgivaro_la_LDFLAGS $mak | awk '{print $NF}'`
set infostring = `grep "libgivaro_la_LDFLAGS.*version-info" $mak | awk '{print $NF}'`
set cur = `echo $infostring | cut -d':' -f1`
set rev = `echo $infostring | cut -d':' -f2`
set age = `echo $infostring | cut -d':' -f3`
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
Expand Up @@ -21,3 +21,4 @@ libgivaro_la_LIBADD= \

# soname of libgivaro
libgivaro_la_LDFLAGS = -version-info 2:3:2
libgivaro_la_LDFLAGS+=$(LDFLAGS)

0 comments on commit 73a17bb

Please sign in to comment.